X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=keymap.h;h=aceb5eb5777ee6a6977b3a2ea1e9bffaa3875176;hp=0a0d42861bbc487a2074d2212ffc2f54fd486e21;hb=e4704214cabdd0b6e10b27cff5e2194959559809;hpb=ad303d5eab5c92f9546cc9d3703a24534d6bb5e0 diff --git a/keymap.h b/keymap.h index 0a0d428..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 };