summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h
index b67af46bd7..831a70a3bc 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -63,7 +63,6 @@ struct user_settings
63 bool sort_case; /* dir sort order: 0=case insensitive, 1=sensitive */ 63 bool sort_case; /* dir sort order: 0=case insensitive, 1=sensitive */
64 int scroll_speed; /* long texts scrolling speed: 1-20 */ 64 int scroll_speed; /* long texts scrolling speed: 1-20 */
65 bool playlist_shuffle; 65 bool playlist_shuffle;
66 int ff_rewind; /* FF/Rewind step size (in seconds) */
67 int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */ 66 int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */
68 int disk_spindown; /* time until disk spindown, in seconds (0=off) */ 67 int disk_spindown; /* time until disk spindown, in seconds (0=off) */
69 68
@@ -115,7 +114,6 @@ extern struct user_settings global_settings;
115#define DEFAULT_POWEROFF_SETTING 0 114#define DEFAULT_POWEROFF_SETTING 0
116#define DEFAULT_BACKLIGHT_SETTING 5 115#define DEFAULT_BACKLIGHT_SETTING 5
117#define DEFAULT_WPS_DISPLAY 0 116#define DEFAULT_WPS_DISPLAY 0
118#define DEFAULT_FF_REWIND_SETTING 2
119#define DEFAULT_FF_REWIND_ACCEL_SETTING 3 117#define DEFAULT_FF_REWIND_ACCEL_SETTING 3
120 118
121#endif /* __SETTINGS_H__ */ 119#endif /* __SETTINGS_H__ */