using stls should not enable new CAPAs
[apps/madmutt.git] / lib-ui / menu.h
index 0b8c68c..173c094 100644 (file)
@@ -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 <lib-lib/lib-lib.h>
 
@@ -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 */