aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorMax Horn2013-04-18 20:14:10 +0200
committerMax Horn2013-04-18 23:50:20 +0200
commitb791edabf7ccba930ad0cea09f9b8449a87d8bcb (patch)
tree711923358724677015a195a6edb657240c3cd18a /engines/scumm
parentcdfd5f85c888525c274f309a4b313f8aa2fa6636 (diff)
downloadscummvm-rg350-b791edabf7ccba930ad0cea09f9b8449a87d8bcb.tar.gz
scummvm-rg350-b791edabf7ccba930ad0cea09f9b8449a87d8bcb.tar.bz2
scummvm-rg350-b791edabf7ccba930ad0cea09f9b8449a87d8bcb.zip
ENGINES: Remove a bunch of unused private member variables
All instances uncovered by clang warnings.
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/debugger.h1
-rw-r--r--engines/scumm/he/animation_he.h1
2 files changed, 0 insertions, 2 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);
diff --git a/engines/scumm/he/animation_he.h b/engines/scumm/he/animation_he.h
index 7fa31a195d..e17c1b9a39 100644
--- a/engines/scumm/he/animation_he.h
+++ b/engines/scumm/he/animation_he.h
@@ -55,7 +55,6 @@ private:
Video::VideoDecoder *_video;
- char baseName[40];
uint32 _flags;
uint32 _wizResNum;
};