[Scummvm-cvs-logs] scummvm master -> befff7ee446760dec618552bc4afb66b91e30262

tsoliman tarek at bashasoliman.com
Thu Feb 23 00:20:39 CET 2012


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:
befff7ee44 KEYMAPPER: Minor cleanup


Commit: befff7ee446760dec618552bc4afb66b91e30262
    https://github.com/scummvm/scummvm/commit/befff7ee446760dec618552bc4afb66b91e30262
Author: Tarek Soliman (tsoliman at scummvm.org)
Date: 2012-02-22T15:17:55-08:00

Commit Message:
KEYMAPPER: Minor cleanup

Changed paths:
    base/main.cpp



diff --git a/base/main.cpp b/base/main.cpp
index 5311b6f..f8d04fa 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -264,9 +264,7 @@ static void setupKeymapper(OSystem &system) {
 
 	Keymapper *mapper = system.getEventManager()->getKeymapper();
 
-	HardwareKeySet *keySet;
-
-	keySet = system.getHardwareKeySet();
+	HardwareInputSet *inputSet = system.getHardwareInputSet();
 
 	// Query backend for hardware keys and register them
 	mapper->registerHardwareKeySet(keySet);






More information about the Scummvm-git-logs mailing list