Remove DrawHomepage method from EditorManager and adjust welcome screen layout for improved UI consistency

This commit is contained in:
scawful
2025-09-27 10:24:18 -04:00
parent 41a3ee6ce2
commit 9fc84c9a0c
2 changed files with 1 additions and 70 deletions

View File

@@ -117,7 +117,6 @@ class EditorManager {
}
private:
void DrawHomepage();
void DrawWelcomeScreen();
absl::Status DrawRomSelector();
absl::Status LoadRom();