summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-07-15 19:40:55 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-07-24 21:20:13 +0000
commit092c340a2062fa98b7387fc5fd63578ddae7d0b6 (patch)
tree98ec96946eeb2ae709cb0528cc6998e21bb9b290 /apps/settings.h
parent17f7cc92c258bc456a27c3e7c5a19c9409851879 (diff)
downloadrockbox-092c340a2062fa98b7387fc5fd63578ddae7d0b6.tar.gz
rockbox-092c340a2062fa98b7387fc5fd63578ddae7d0b6.zip
[1/4] Remove SH support and all archos targets
This removes all code specific to SH targets Change-Id: I7980523785d2596e65c06430f4638eec74a06061
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