summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-02-07 02:48:19 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-02-07 02:48:19 +0000
commitff3bb3aa18e71860d644a50632088ec282968de4 (patch)
tree8cd33aa24b5db5684cceeffd4c3cbca2dd7d54ea /apps/settings.h
parent70ebc8feb156613d586b3330d309ec72d1e30c2d (diff)
downloadrockbox-ff3bb3aa18e71860d644a50632088ec282968de4.tar.gz
rockbox-ff3bb3aa18e71860d644a50632088ec282968de4.zip
Don't save the in-out state of the recording screen as a setting. Fixes the statusbar icons if settings were saved while recording screen was on. Humbly may I suggest a global_state structure to do all this state checking more efficiently\? Ignore me if that's being worked on by someone.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12221 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index db78cb62a1..7321d39cf5 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -310,7 +310,6 @@ struct user_settings
310 int rec_left_gain; /* depends on target */ 310 int rec_left_gain; /* depends on target */
311 int rec_right_gain; /* depands on target */ 311 int rec_right_gain; /* depands on target */
312 bool rec_editable; /* true means that the bit reservoir is off */ 312 bool rec_editable; /* true means that the bit reservoir is off */
313 bool recscreen_on; /* true if using the recording screen */
314 313
315 /* note: timesplit setting is not saved */ 314 /* note: timesplit setting is not saved */
316 int rec_timesplit; /* 0 = off, 315 int rec_timesplit; /* 0 = off,