mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 00:53:52 +00:00
refactor(editor): remove dead marker renderer, clean up stale fields
- Remove markerRenderer_ initialization, shutdown, update, and clear calls from EditorViewport (markers replaced by actual M2 rendering) - Remove unused saveAdtRequested_/saveWdtRequested_ fields and their void casts (replaced by unified exportZone workflow) - Zero warnings across both wowee and wowee_editor targets
This commit is contained in:
parent
9bc05fae87
commit
3d6c508491
3 changed files with 1 additions and 9 deletions
|
|
@ -79,8 +79,6 @@ void EditorUI::processActions(EditorApp& app) {
|
|||
loadRequested_ = false;
|
||||
app.loadADT(loadMapNameBuf_, loadTileX_, loadTileY_);
|
||||
}
|
||||
(void)saveAdtRequested_;
|
||||
(void)saveWdtRequested_;
|
||||
}
|
||||
|
||||
void EditorUI::renderMenuBar(EditorApp& app) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue