summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2010-06-05 11:59:43 +0000
committerNils Wallménius <nils@rockbox.org>2010-06-05 11:59:43 +0000
commit042adbba618300eed799921583338816a79265ab (patch)
tree5cc727a41c6c329ffe7a8f84c2f069b51befda11 /apps/settings.h
parentc5b8394ea32fdd6f905442905cc82f51116b2881 (diff)
downloadrockbox-042adbba618300eed799921583338816a79265ab.tar.gz
rockbox-042adbba618300eed799921583338816a79265ab.zip
Remove the jump scroll settings since they don't do anything, drop the relevant lang ids too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26575 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 3d0ef4c719..a324ef2dd7 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -696,12 +696,6 @@ struct user_settings
696#endif 696#endif
697 unsigned char kbd_file[MAX_FILENAME+1]; /* last keyboard */ 697 unsigned char kbd_file[MAX_FILENAME+1]; /* last keyboard */
698#endif /* HAVE_LCD_BITMAP */ 698#endif /* HAVE_LCD_BITMAP */
699
700#ifdef HAVE_LCD_CHARCELLS
701 int jump_scroll; /* Fast jump when scrolling */
702 int jump_scroll_delay; /* Delay between jump scroll screens */
703#endif
704
705 int backlight_timeout; /* backlight off timeout: 0-18 0=never, 699 int backlight_timeout; /* backlight off timeout: 0-18 0=never,
706 1=always, 700 1=always,
707 then according to timeout_values[] */ 701 then according to timeout_values[] */