summaryrefslogtreecommitdiffstats
path: root/apps/settings.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-10-16 20:34:04 +0000
committerThomas Martitz <kugel@rockbox.org>2009-10-16 20:34:04 +0000
commit94f76513412cdaf8f3b98054f9c027b97093027e (patch)
tree6e5b4483ab09c83270bc36b828a297f8fc0b2fc4 /apps/settings.h
parent5c244cfcaad88ea6bb660f2daf779c628e00af00 (diff)
downloadrockbox-94f76513412cdaf8f3b98054f9c027b97093027e.tar.gz
rockbox-94f76513412cdaf8f3b98054f9c027b97093027e.zip
Revert r23212, I committed it accidentally.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23214 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 305ffddcfa..ad250ed3b7 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -60,7 +60,6 @@ struct opt_items {
#define FONT_DIR ROCKBOX_DIR "/fonts"
#define LANG_DIR ROCKBOX_DIR "/langs"
#define WPS_DIR ROCKBOX_DIR "/wps"
-#define SB_DIR ROCKBOX_DIR "/statusbar"
#define THEME_DIR ROCKBOX_DIR "/themes"
#define ICON_DIR ROCKBOX_DIR "/icons"
@@ -549,7 +548,6 @@ struct user_settings
int peak_meter_max; /* range maximum */
unsigned char wps_file[MAX_FILENAME+1]; /* last wps */
- unsigned char sb_file[MAX_FILENAME+1]; /* last wps */
unsigned char lang_file[MAX_FILENAME+1]; /* last language */
unsigned char playlist_catalog_dir[MAX_FILENAME+1];
int skip_length; /* skip length */