aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine/state.h')
-rw-r--r--engines/sci/engine/state.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/sci/engine/state.h b/engines/sci/engine/state.h
index e368953aea..039b65a5b2 100644
--- a/engines/sci/engine/state.h
+++ b/engines/sci/engine/state.h
@@ -138,14 +138,9 @@ public:
AudioPlayer *_audio;
SfxState _sound; /**< sound subsystem */
int sfx_init_flags; /**< flags the sfx subsystem was initialised with */
- unsigned int sound_volume; /**< 0x0 -> 0xf Current volume of sound system */
- unsigned int sound_mute; /**< 0 = not, else == saved value */
byte restarting_flags; /**< Flags used for restarting */
- /** Text on the status bar, or NULL if the title bar is blank */
- Common::String _statusBarText;
-
#ifdef INCLUDE_OLDGFX
int *pic_priority_table; /**< 16 entries with priorities or NULL if not present */
byte pic_not_valid; /**< Is 0 if the background picture is "valid" */