summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/main.c b/apps/main.c
index 20cec9bbfa..54ff191a3a 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -136,9 +136,6 @@ static void app_main(void)
136 screens[i].update(); 136 screens[i].update();
137 } 137 }
138 tree_gui_init(); 138 tree_gui_init();
139#ifdef HAVE_TOUCHSCREEN
140 touchscreen_set_mode(TOUCHSCREEN_BUTTON);
141#endif
142 viewportmanager_set_statusbar(VP_SB_ALLSCREENS); 139 viewportmanager_set_statusbar(VP_SB_ALLSCREENS);
143 add_event(GUI_EVENT_STATUSBAR_TOGGLE, false, 140 add_event(GUI_EVENT_STATUSBAR_TOGGLE, false,
144 viewportmanager_statusbar_changed); 141 viewportmanager_statusbar_changed);