Remove unused gPopupMenuView and MENU_BAR_WIDTH and other associated code

This commit is contained in:
Liru Færs
2019-10-20 01:32:56 -04:00
parent a644b2dee5
commit f5fd05a1e4
8 changed files with 4 additions and 47 deletions

View File

@@ -462,7 +462,6 @@ static void settings_to_globals()
BTN_HEIGHT = gSavedSettings.getS32("ButtonHeight");
MENU_BAR_HEIGHT = gSavedSettings.getS32("MenuBarHeight");
MENU_BAR_WIDTH = gSavedSettings.getS32("MenuBarWidth");
extern S32 STATUS_BAR_HEIGHT;
STATUS_BAR_HEIGHT = gSavedSettings.getS32("StatusBarHeight");