Refactor EditorManager: remove DrawRomMenu method and simplify Close function

This commit is contained in:
scawful
2025-02-10 11:50:17 -05:00
parent c7608a8c0f
commit 169bd09495
3 changed files with 2 additions and 18 deletions

View File

@@ -68,7 +68,6 @@ class EditorManager : public SharedRom {
void DrawMenuBar();
void DrawMenuContent();
void DrawRomMenu();
void LoadRom();
void SaveRom();