[Scummvm-git-logs] scummvm master -> 4f1cbddbc3533059c05e760eedcaee7bb9b6936e

digitall dgturner at iee.org
Sat Jan 14 04:42:19 CET 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4f1cbddbc3 WINTERMUTE: Fix Unused Variable Compiler Warning.


Commit: 4f1cbddbc3533059c05e760eedcaee7bb9b6936e
    https://github.com/scummvm/scummvm/commit/4f1cbddbc3533059c05e760eedcaee7bb9b6936e
Author: D G Turner (digitall at scummvm.org)
Date: 2017-01-14T03:49:02Z

Commit Message:
WINTERMUTE: Fix Unused Variable Compiler Warning.

Changed paths:
    engines/wintermute/debugger/debugger_controller.h


diff --git a/engines/wintermute/debugger/debugger_controller.h b/engines/wintermute/debugger/debugger_controller.h
index fd20786..c1a593d 100644
--- a/engines/wintermute/debugger/debugger_controller.h
+++ b/engines/wintermute/debugger/debugger_controller.h
@@ -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);





More information about the Scummvm-git-logs mailing list