X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fmenu.h;h=173c0944ae0c632b9870537ea41ebbd12f85b55c;hp=0b8c68c4a3c9d6aba9507be3dbcfd8fc93ccee80;hb=3438f31945bb94bc4f4b9603ac47fcde03d5c073;hpb=785bb3cb4dd83ec1071998a64af74e333d076347 diff --git a/lib-ui/menu.h b/lib-ui/menu.h index 0b8c68c..173c094 100644 --- a/lib-ui/menu.h +++ b/lib-ui/menu.h @@ -8,9 +8,6 @@ */ #ifndef _MUTT_MENU_H #define _MUTT_MENU_H -/* - * This file is named mutt_menu.h so it doesn't collide with ncurses menu.h - */ #include @@ -30,7 +27,6 @@ typedef struct menu_t { const char *title; /* the title of this menu */ - const char *help; /* quickref for the current menu */ void *data; /* extra data for the current menu */ int current; /* current entry */ int max; /* the number of entries in the menu */