From ff3bb3aa18e71860d644a50632088ec282968de4 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 7 Feb 2007 02:48:19 +0000 Subject: 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 --- apps/settings.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/settings.h') 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 int rec_left_gain; /* depends on target */ int rec_right_gain; /* depands on target */ bool rec_editable; /* true means that the bit reservoir is off */ - bool recscreen_on; /* true if using the recording screen */ /* note: timesplit setting is not saved */ int rec_timesplit; /* 0 = off, -- cgit v1.2.3