[Scummvm-git-logs] scummvm master -> ef804988435d141c4210d5012d27f2a53ede1f7b
sev-
sev at scummvm.org
Tue Mar 10 16:06:17 UTC 2020
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:
ef80498843 KEYMAPPER: Comment out noisy warning
Commit: ef804988435d141c4210d5012d27f2a53ede1f7b
https://github.com/scummvm/scummvm/commit/ef804988435d141c4210d5012d27f2a53ede1f7b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-03-10T17:05:53+01:00
Commit Message:
KEYMAPPER: Comment out noisy warning
Changed paths:
backends/keymapper/keymapper.cpp
diff --git a/backends/keymapper/keymapper.cpp b/backends/keymapper/keymapper.cpp
index c3d5b9ed0c..72cdb9d281 100644
--- a/backends/keymapper/keymapper.cpp
+++ b/backends/keymapper/keymapper.cpp
@@ -174,7 +174,7 @@ List<Event> Keymapper::mapEvent(const Event &ev) {
continue; // Ignore GUI keymaps while in game and vice versa
}
- debug(9, "Keymapper::mapKey keymap: %s", _keymaps[i]->getId().c_str());
+ //debug(9, "Keymapper::mapKey keymap: %s", _keymaps[i]->getId().c_str());
const Keymap::ActionArray &actions = _keymaps[i]->getMappedActions(ev);
for (Keymap::ActionArray::const_iterator it = actions.begin(); it != actions.end(); it++) {
More information about the Scummvm-git-logs
mailing list