ENGINES: Remove a bunch of unused private member variables
All instances uncovered by clang warnings.
This commit is contained in:
parent
cdfd5f85c8
commit
b791edabf7
17 changed files with 12 additions and 29 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue