diff options
Diffstat (limited to 'engines/scumm/debugger.h')
-rw-r--r-- | engines/scumm/debugger.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/scumm/debugger.h b/engines/scumm/debugger.h index a9b340d691..b60a1a2f03 100644 --- a/engines/scumm/debugger.h +++ b/engines/scumm/debugger.h @@ -35,7 +35,6 @@ public: private: ScummEngine *_vm; - bool _old_soundsPaused; // Commands bool Cmd_Room(int argc, const char **argv); |