refactor(editor): remove MenuManager class and its associated files

- Deleted the MenuManager class implementation and header files from the project.
- Updated CMake configuration to reflect the removal of MenuManager, simplifying the editor's UI management.

Benefits:
- Reduced code complexity by eliminating unused components.
- Improved maintainability of the editor's UI structure.
This commit is contained in:
scawful
2025-10-11 23:34:02 -04:00
parent c54a7dfa8d
commit be4d30b208
3 changed files with 0 additions and 51 deletions

View File

@@ -47,7 +47,6 @@ set(
app/editor/ui/background_renderer.cc
app/editor/ui/editor_selection_dialog.cc
app/editor/ui/menu_builder.cc
app/editor/ui/menu_manager.cc
app/editor/ui/welcome_screen.cc
app/editor/ui/workspace_manager.cc
)