From d7d41c0addc5debc50118b2d85a1e0b139cc7fbc Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 29 Jan 2011 01:44:45 -0500 Subject: [PATCH] Remove unused event handler. --HG-- branch : key-processing --- common/content/mow.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/content/mow.js b/common/content/mow.js index c1c4b200..69727727 100644 --- a/common/content/mow.js +++ b/common/content/mow.js @@ -186,10 +186,6 @@ var MOW = Module("mow", { } }, - onContext: function onContext(event) { - return true; - }, - onKeyPress: function onKeyPress(event) { const KILL = false, PASS = true;