summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/settings.h b/apps/settings.h
index c9ff3f9dd3..07f6f22efb 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -27,6 +27,7 @@
27#include "inttypes.h" 27#include "inttypes.h"
28#include "config.h" 28#include "config.h"
29#include "statusbar.h" /* for the statusbar values */ 29#include "statusbar.h" /* for the statusbar values */
30#include "quickscreen.h"
30#include "button.h" 31#include "button.h"
31#if CONFIG_CODEC == SWCODEC 32#if CONFIG_CODEC == SWCODEC
32#include "audio.h" 33#include "audio.h"
@@ -507,11 +508,7 @@ struct user_settings
507#endif 508#endif
508 509
509#ifdef HAVE_QUICKSCREEN 510#ifdef HAVE_QUICKSCREEN
510 /* these are split because settings_list cant handle arrays */ 511 int qs_items[QUICKSCREEN_ITEM_COUNT];
511 int qs_item_top;
512 int qs_item_left;
513 int qs_item_right;
514 int qs_item_bottom;
515#endif 512#endif
516 513
517#if CONFIG_RTC 514#if CONFIG_RTC