summaryrefslogtreecommitdiff
path: root/apps/gui/viewport.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/viewport.c')
-rw-r--r--apps/gui/viewport.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/gui/viewport.c b/apps/gui/viewport.c
index 194954c1d2..fad3255cdb 100644
--- a/apps/gui/viewport.c
+++ b/apps/gui/viewport.c
@@ -262,13 +262,6 @@ void viewportmanager_init()
262#ifdef HAVE_LCD_BITMAP 262#ifdef HAVE_LCD_BITMAP
263void viewportmanager_theme_changed(const int which) 263void viewportmanager_theme_changed(const int which)
264{ 264{
265#ifdef HAVE_BUTTONBAR
266 if (which & THEME_BUTTONBAR)
267 { /* don't handle further, the custom ui viewport ignores the buttonbar,
268 * as does viewport_set_defaults(), since only lists use it*/
269 screens[SCREEN_MAIN].has_buttonbar = global_settings.buttonbar;
270 }
271#endif
272 if (which & THEME_LANGUAGE) 265 if (which & THEME_LANGUAGE)
273 { 266 {
274 } 267 }