dead code
authorPierre Habouzit <madcoder@debian.org>
Sun, 11 Nov 2007 16:22:12 +0000 (17:22 +0100)
committerPierre Habouzit <madcoder@debian.org>
Sun, 11 Nov 2007 16:22:12 +0000 (17:22 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
keymap.h

index 1c26ed1..aceb5eb 100644 (file)
--- a/keymap.h
+++ b/keymap.h
@@ -15,9 +15,6 @@
 /* maximal length of a key binding sequence used for buffer in km_bindkey */
 #define MAX_SEQ 8
 
-/* flags for km_dokey() */
-#define M_KM_UNBUFFERED 1       /* don't read from the key buffer */
-
 /* type for key storage, the rest of mutt works fine with int type */
 typedef short keycode_t;