Skip to content

Commit

Permalink
WINTERMUTE: Fix Unused Variable Compiler Warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
digitall committed Jan 14, 2017
1 parent 1fcb790 commit 4f1cbdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/wintermute/debugger/debugger_controller.h
Expand Up @@ -61,7 +61,6 @@ class DebuggerController : public ScriptMonitor {
SourceListingProvider *_sourceListingProvider;
const WintermuteEngine *_engine;
DebuggableScript *_lastScript;
uint32 _lastDepth;
uint32 _lastLine;
void clear();
bool bytecodeExists(const Common::String &filename);
Expand Down

0 comments on commit 4f1cbdd

Please sign in to comment.