editor housekeeping

This commit is contained in:
scawful
2022-07-09 18:54:30 -04:00
parent b469cde90c
commit 908eb147a1
3 changed files with 5 additions and 25 deletions

View File

@@ -28,8 +28,6 @@ class OverworldEditor {
void DrawTile16Selector();
void DrawTile8Selector();
void DrawChangelist();
void LoadBlockset();
void LoadGraphics();
@@ -61,7 +59,6 @@ class OverworldEditor {
bool isLoaded = false;
bool doneLoaded = false;
bool opt_enable_grid = true;
bool show_changelist_ = false;
bool all_gfx_loaded_ = false;
bool map_blockset_loaded_ = false;