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:
@@ -186,10 +186,6 @@ var MOW = Module("mow", {
|
||||
}
|
||||
},
|
||||
|
||||
onContext: function onContext(event) {
|
||||
return true;
|
||||
},
|
||||
|
||||
onKeyPress: function onKeyPress(event) {
|
||||
const KILL = false, PASS = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user