From de14e53c669adc033691da5c2f32825f3418f7d5 Mon Sep 17 00:00:00 2001 From: Eric Linenberg Date: Thu, 29 Aug 2002 04:50:39 +0000 Subject: update to the ff/rw options accelerate options git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2045 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/settings.h') 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 bool sort_case; /* dir sort order: 0=case insensitive, 1=sensitive */ int scroll_speed; /* long texts scrolling speed: 1-20 */ bool playlist_shuffle; - int ff_rewind; /* FF/Rewind step size (in seconds) */ int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */ int disk_spindown; /* time until disk spindown, in seconds (0=off) */ @@ -115,7 +114,6 @@ extern struct user_settings global_settings; #define DEFAULT_POWEROFF_SETTING 0 #define DEFAULT_BACKLIGHT_SETTING 5 #define DEFAULT_WPS_DISPLAY 0 -#define DEFAULT_FF_REWIND_SETTING 2 #define DEFAULT_FF_REWIND_ACCEL_SETTING 3 #endif /* __SETTINGS_H__ */ -- cgit v1.2.3