summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-02-08 10:36:49 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-02-08 10:36:49 +0000
commit0f17532c9ddb2282c385ce6ad501a2e5d94acbe5 (patch)
tree02df2cb3f274e9106c21abf1926441bd7f3429c3 /apps/settings.h
parentfe3cfcc9b2b0ce5f0862f891762794ddf42bb6ab (diff)
downloadrockbox-0f17532c9ddb2282c385ce6ad501a2e5d94acbe5.tar.gz
rockbox-0f17532c9ddb2282c385ce6ad501a2e5d94acbe5.zip
Revert the changes using global status for the screen states. It should wait for a more comprehensive plan to maximize benefit if any can be had.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12231 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 21fd341cd4..0411f6e7db 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -268,14 +268,6 @@ struct system_status
268#ifdef CONFIG_TUNER 268#ifdef CONFIG_TUNER
269 int last_frequency; /* Last frequency for resuming, in FREQ_STEP units, 269 int last_frequency; /* Last frequency for resuming, in FREQ_STEP units,
270 relative to MIN_FREQ */ 270 relative to MIN_FREQ */
271 bool in_radio_screen; /* Currently in radio screen?
272 Set by radio_screen. */
273 int radio_status; /* Current radio status (off, playing, paused)
274 Set by radio control functions. */
275#endif
276#ifdef HAVE_RECORDING
277 bool in_recording_screen; /* Currently in recording screen?
278 Set by recording_screen. */
279#endif 271#endif
280}; 272};
281 273