ENGINES: Remove a bunch of unused private member variables

All instances uncovered by clang warnings.
This commit is contained in:
Max Horn 2013-04-18 20:14:10 +02:00
parent cdfd5f85c8
commit b791edabf7
17 changed files with 12 additions and 29 deletions

View file

@ -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())