1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 14:18:00 +01:00

remove COMMANDS, USAGE, SHORTHELP and HELP global constants

This commit is contained in:
Doug Kearns
2007-06-18 06:28:05 +00:00
parent 2c0a766b77
commit ebb15aa494
2 changed files with 11 additions and 16 deletions

View File

@@ -26,11 +26,6 @@ the provisions above, a recipient may use your version of this file under
the terms of any one of the MPL, the GPL or the LGPL.
}}} ***** END LICENSE BLOCK *****/
const COMMANDS = 0;
const USAGE = 1;
const SHORTHELP = 2;
const HELP = 3;
/* [command, action, cancel_hint_mode, always_active] */
var g_hint_mappings = [ /*{{{*/
/* hint action keys */