summaryrefslogtreecommitdiff
path: root/common/modules/config.jsm
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-03-01 18:38:12 -0500
committerKris Maglione <maglione.k@gmail.com>2011-03-01 18:38:12 -0500
commit7f447b911c0f4523251560d24155734614ec0be8 (patch)
tree2465d449836e95386bac55a27193ccc3807c296a /common/modules/config.jsm
parentf34e2a96f1ca3a2f0eb04cdeed906b49ff382fcd (diff)
downloadpentadactyl-7f447b911c0f4523251560d24155734614ec0be8.tar.gz
Get rid of absurd config.ignoreKeys. Closes issue #406.
Diffstat (limited to 'common/modules/config.jsm')
-rw-r--r--common/modules/config.jsm6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/modules/config.jsm b/common/modules/config.jsm
index d1680f73..5c817582 100644
--- a/common/modules/config.jsm
+++ b/common/modules/config.jsm
@@ -325,12 +325,6 @@ var ConfigBase = Class("ConfigBase", {
host: null,
/**
- * @property {Object} A map between key names for key events which should be ignored,
- * and a mask of the modes in which they should be ignored.
- */
- ignoreKeys: {}, // NOTE: be aware you can't put useful values in here, as "modes.NORMAL" etc. are not defined at this time
-
- /**
* @property {[[]]} An array of application specific mode specifications.
* The values of each mode are passed to modes.addMode during
* dactyl startup.