From bbb3a3ba1f17ccc95f1e7778312a5915afca182d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 5 Sep 2014 07:20:12 +0200 Subject: Remove cruft from config.def.h --- config.def.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/config.def.h b/config.def.h index b9547a1..b1b2029 100644 --- a/config.def.h +++ b/config.def.h @@ -426,17 +426,6 @@ static KeyBinding basic_movement[] = { { /* empty last element, array terminator */ }, }; -#if 0 -static KeyBinding vis_commands[] = { - // DEMO STUFF - { { NONE('5') }, line, { .i = 50 } }, - { { NONE('s') }, mark_set, { .i = 0 } }, - { { NONE('9') }, mark_goto, { .i = 0 } }, - - { /* empty last element, array terminator */ }, -}; -#endif - static KeyBinding vis_movements[] = { BACKSPACE( movement, i, MOVE_CHAR_PREV ), { { NONE('h') }, movement, { .i = MOVE_CHAR_PREV } }, -- cgit v1.2.3