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:
Kelsi 2026-05-05 05:04:14 -07:00
parent 9bc05fae87
commit 3d6c508491
3 changed files with 1 additions and 9 deletions

View file

@ -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) {