X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-ui%2Fmenu.c;h=dc535710507be0a8fe5ec036394b4cdbe3a8dfc7;hb=d8c2844a5a8b0fcf09158dcdd452f6e43e29b5db;hp=873579eb77cbd20811a0f2c708c8b0f6ef2aa97e;hpb=f667a765e089dbfbc2d7634e238ff2a4b3353068;p=apps%2Fmadmutt.git diff --git a/lib-ui/menu.c b/lib-ui/menu.c index 873579e..dc53571 100644 --- a/lib-ui/menu.c +++ b/lib-ui/menu.c @@ -9,14 +9,12 @@ #include -#include "enter.h" #include "menu.h" #include "mutt.h" #include "charset.h" #include -#include extern size_t UngetCount; @@ -838,10 +836,6 @@ int mutt_menuLoop (MUTTMENU * menu) MAYBE_REDRAW (menu->redraw); break; - case OP_WHAT_KEY: - mutt_what_key (); - break; - case OP_REDRAW: clearok (main_w, TRUE); menu->redraw = REDRAW_FULL;