aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/sword2.cpp
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/sword2/sword2.cpp
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/sword2/sword2.cpp')
-rw-r--r--engines/sword2/sword2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/sword2.cpp b/engines/sword2/sword2.cpp
index dfa6a23320..d4a564e2c0 100644
--- a/engines/sword2/sword2.cpp
+++ b/engines/sword2/sword2.cpp
@@ -450,7 +450,7 @@ Common::Error Sword2Engine::run() {
_debugger = new Debugger(this);
- _memory = new MemoryManager(this);
+ _memory = new MemoryManager();
_resman = new ResourceManager(this);
if (!_resman->init())