From 4a7e0c79498f7b19179482c8069bb1d99b61b7ca Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Mon, 14 Jul 2008 20:39:30 +0000 Subject: Rename and rework the "Study Mode" menu into the "Skip Length" setting. Update manual. Bump plugin API thanks to having changed global_settings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18041 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index b9a2babee7..a1e5cb119c 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -740,8 +740,7 @@ struct user_settings int keyclick_repeats; /* keyclick on repeats */ #endif unsigned char playlist_catalog_dir[MAX_FILENAME+1]; - bool study_mode; /* study mode enabled */ - int study_hop_step; /* hop step in study mode, in seconds */ + int skip_length; /* skip length */ #ifdef HAVE_TOUCHPAD_SENSITIVITY_SETTING int touchpad_sensitivity; #endif -- cgit v1.2.3