X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=keymap.h;h=aceb5eb5777ee6a6977b3a2ea1e9bffaa3875176;hp=58affcbbc3b846ccb8839d927463837134e4732b;hb=e4704214cabdd0b6e10b27cff5e2194959559809;hpb=777dc6d5374fd154ac626421c813961b8ab18f2d diff --git a/keymap.h b/keymap.h index 58affcb..aceb5eb 100644 --- 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; @@ -41,7 +38,6 @@ int km_expand_key (char *, size_t, struct keymap_t *); struct keymap_t *km_find_func (int, int); void km_init (void); void km_error_key (int); -void mutt_what_key (void); enum { MENU_ALIAS, @@ -58,7 +54,6 @@ enum { MENU_SMIME, MENU_KEY_SELECT_PGP, MENU_KEY_SELECT_SMIME, - MENU_MIX, MENU_MAX }; @@ -81,6 +76,5 @@ struct binding_t *km_get_table (int menu); #define MUTT_FUNCTIONS_PROTO #include "functions.def" -#include "keymap_defs.h" - #endif /* KEYMAP_H */ +#include "keymap_defs.h"