summaryrefslogtreecommitdiffstats
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()
#ifdef HAVE_LCD_BITMAP
void viewportmanager_theme_changed(const int which)
{
-#ifdef HAVE_BUTTONBAR
- if (which & THEME_BUTTONBAR)
- { /* don't handle further, the custom ui viewport ignores the buttonbar,
- * as does viewport_set_defaults(), since only lists use it*/
- screens[SCREEN_MAIN].has_buttonbar = global_settings.buttonbar;
- }
-#endif
if (which & THEME_LANGUAGE)
{
}