summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-08-30 11:10:08 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-08-30 11:10:08 +0000
commitf43216ff0bc6fdf7c2339aefc6c56be09249ce06 (patch)
tree04f30ecbf442f66971ebb432c3382119f8238651 /apps/settings.h
parent5efbdb76aa15dc86f2158912b23ad64111ed0b90 (diff)
downloadrockbox-f43216ff0bc6fdf7c2339aefc6c56be09249ce06.tar.gz
rockbox-f43216ff0bc6fdf7c2339aefc6c56be09249ce06.zip
Removed the line selector option, it is now always an inverse bar (except for the Player/Studio of course)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7423 a1c6a512-1295-4272-9138-f99709370657
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 8387fe02a8..0df93c9cf1 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -195,8 +195,6 @@ struct user_settings
195 195
196 int contrast; /* lcd contrast: 0-63 0=low 63=high */ 196 int contrast; /* lcd contrast: 0-63 0=low 63=high */
197 bool invert; /* invert display */ 197 bool invert; /* invert display */
198 bool invert_cursor; /* invert the current file in dir browser and menu
199 instead of using the default cursor */
200 bool flip_display; /* turn display (and button layout) by 180 degrees */ 198 bool flip_display; /* turn display (and button layout) by 180 degrees */
201 bool bidi_support; /* reverse hebrew/arabic chars: 0=off, 1=on */ 199 bool bidi_support; /* reverse hebrew/arabic chars: 0=off, 1=on */
202 int poweroff; /* power off timer */ 200 int poweroff; /* power off timer */