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
|
|
@ -54,8 +54,6 @@ private:
|
|||
bool loadRequested_ = false;
|
||||
|
||||
char savePathBuf_[512] = "";
|
||||
bool saveAdtRequested_ = false;
|
||||
bool saveWdtRequested_ = false;
|
||||
|
||||
// Paint panel
|
||||
PaintMode paintMode_ = PaintMode::Paint;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue