summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-02-02 03:14:51 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-02-02 03:14:51 +0000
commit701a593c5df9bbf88711781e1abdb09690076034 (patch)
treeb81c31a5f3718f3eb9fd18652571ee1c89aed994 /apps/settings.h
parent1a00056f1f225ee0d1643d3e4e603de171f7ab9a (diff)
downloadrockbox-701a593c5df9bbf88711781e1abdb09690076034.tar.gz
rockbox-701a593c5df9bbf88711781e1abdb09690076034.zip
continuation of last nights statusbar cleanup.
accept FS#9858 and FS#9859 make the rec and fm screens force the statusbar the correct way now which doesnt need extra status variables git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19904 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 50c53718f7..3bb590c974 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -294,11 +294,6 @@ struct system_status
294#if CONFIG_TUNER 294#if CONFIG_TUNER
295 int last_frequency; /* Last frequency for resuming, in FREQ_STEP units, 295 int last_frequency; /* Last frequency for resuming, in FREQ_STEP units,
296 relative to MIN_FREQ */ 296 relative to MIN_FREQ */
297 int statusbar_forced; /* fix the bug where the statusbar would stay shown
298 if powered off inside the fm screen...
299 for some reason the screen doesnt use global_settings.statusbar
300 obviously a better fix is to fix the screen... so remove this
301 when that happens */
302#endif 297#endif
303 signed char last_screen; 298 signed char last_screen;
304 int viewer_icon_count; 299 int viewer_icon_count;