summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/settings.h b/apps/settings.h
index b72eec6f8b..4661966ad2 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -535,10 +535,6 @@ struct user_settings
535 int remote_statusbar; 535 int remote_statusbar;
536#endif 536#endif
537 537
538#if CONFIG_KEYPAD == RECORDER_PAD
539 bool buttonbar; /* 0=hide, 1=show */
540#endif
541
542#ifdef HAVE_LCD_BITMAP 538#ifdef HAVE_LCD_BITMAP
543 int scrollbar; /* SCROLLBAR_* enum values */ 539 int scrollbar; /* SCROLLBAR_* enum values */
544 int scrollbar_width; 540 int scrollbar_width;
@@ -728,10 +724,6 @@ struct user_settings
728#endif 724#endif
729#endif /* HAVE_REMOTE_LCD */ 725#endif /* HAVE_REMOTE_LCD */
730 726
731#if CONFIG_CODEC == MAS3507D
732 bool line_in; /* false=off, true=active */
733#endif
734
735#ifdef HAVE_BUTTON_LIGHT 727#ifdef HAVE_BUTTON_LIGHT
736 int buttonlight_timeout; 728 int buttonlight_timeout;
737#endif 729#endif