mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 01:07:59 +01:00
remove unused global constants FUNCTION and COMPLETEFUNC
This commit is contained in:
@@ -30,8 +30,6 @@ const COMMANDS = 0;
|
|||||||
const USAGE = 1;
|
const USAGE = 1;
|
||||||
const SHORTHELP = 2;
|
const SHORTHELP = 2;
|
||||||
const HELP = 3;
|
const HELP = 3;
|
||||||
const FUNCTION = 4;
|
|
||||||
const COMPLETEFUNC = 5;
|
|
||||||
|
|
||||||
|
|
||||||
// var g_insert_mappings = [ /*{{{*/
|
// var g_insert_mappings = [ /*{{{*/
|
||||||
|
|||||||
Reference in New Issue
Block a user