diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2008-01-13 09:29:45 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2008-01-13 09:29:45 +0000 |
commit | 189f9e2be958c0ea9782cb281b36776c5d79c4e3 (patch) | |
tree | a402a479005e10942d29c8608739aa29f9b4c3dd /apps/settings.h | |
parent | f4f90c2283daa9c47f056a79125dc5b0d535d392 (diff) |
charcell doesnt show titles in lists, so remove the "show path" setting and free up some bin space
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16069 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r-- | apps/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index f365e16ef5..39ff4da25b 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -658,7 +658,9 @@ struct user_settings #endif bool hold_lr_for_scroll_in_list; /* hold L/R scrolls the list left/right */ +#ifdef HAVE_LCD_BITMAP int show_path_in_browser; /* 0=off, 1=current directory, 2=full path */ +#endif #ifdef HAVE_HEADPHONE_DETECTION int unplug_mode; /* pause on headphone unplug */ |