aboutsummaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/commands.c b/commands.c
index 3981f0f..e52b381 100644
--- a/commands.c
+++ b/commands.c
@@ -436,15 +436,3 @@ bool ct_reload_all(arg_t _)
tns.dirty = true;
return true;
}
-
-
-#undef G_CMD
-#define G_CMD(c) { -1, cg_##c },
-#undef I_CMD
-#define I_CMD(c) { MODE_IMAGE, ci_##c },
-#undef T_CMD
-#define T_CMD(c) { MODE_THUMB, ct_##c },
-
-const cmd_t cmds[CMD_COUNT] = {
-#include "commands.lst"
-};