[Scummvm-git-logs] scummvm master -> 7db886e02f81184e5c8766c2e299781bc472ed89

digitall dgturner at iee.org
Thu Jan 12 10:52:43 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:
7db886e02f VKEYBD: Remove Unused Variable.


Commit: 7db886e02f81184e5c8766c2e299781bc472ed89
    https://github.com/scummvm/scummvm/commit/7db886e02f81184e5c8766c2e299781bc472ed89
Author: D G Turner (digitall at scummvm.org)
Date: 2017-01-12T09:59:27Z

Commit Message:
VKEYBD: Remove Unused Variable.

Changed paths:
    common/EventMapper.cpp


diff --git a/common/EventMapper.cpp b/common/EventMapper.cpp
index cf65946..f84d24b 100644
--- a/common/EventMapper.cpp
+++ b/common/EventMapper.cpp
@@ -35,7 +35,6 @@ List<Event> DefaultEventMapper::mapEvent(const Event &ev, EventSource *source) {
 	// of middle mouse button.
 	const uint32 vkeybdTime = 1000;
 
-	static bool vkeybd = false;
 	static uint32 vkeybdThen = 0;
 
 	if (ev.type == EVENT_MBUTTONDOWN) {





More information about the Scummvm-git-logs mailing list