1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 22:54:12 +01:00

Remove unused event handler.

--HG--
branch : key-processing
This commit is contained in:
Kris Maglione
2011-01-29 01:44:45 -05:00
parent a3fa68042b
commit d7d41c0add

View File

@@ -186,10 +186,6 @@ var MOW = Module("mow", {
}
},
onContext: function onContext(event) {
return true;
},
onKeyPress: function onKeyPress(event) {
const KILL = false, PASS = true;