Real men don't need the stupid silly help on top/bottom of the screen.
[apps/madmutt.git] / help.c
diff --git a/help.c b/help.c
index d54d1ed..3d2b796 100644 (file)
--- a/help.c
+++ b/help.c
@@ -50,27 +50,6 @@ void mutt_make_help (char *d, ssize_t dlen, const char *txt, int menu, int op)
     d[0] = 0;
 }
 
     d[0] = 0;
 }
 
-char *mutt_compile_help (char *buf, ssize_t buflen, int menu,
-                         struct mapping_t *items)
-{
-  int i;
-  ssize_t len;
-  char *pbuf = buf;
-
-  for (i = 0; items[i].name && buflen > 2; i++) {
-    if (i) {
-      *pbuf++ = ' ';
-      *pbuf++ = ' ';
-      buflen -= 2;
-    }
-    mutt_make_help (pbuf, buflen, _(items[i].name), menu, items[i].value);
-    len = m_strlen(pbuf);
-    pbuf += len;
-    buflen -= len;
-  }
-  return buf;
-}
-
 static int print_macro (FILE * f, int maxwidth, const char **macro)
 {
   int n = maxwidth;
 static int print_macro (FILE * f, int maxwidth, const char **macro)
 {
   int n = maxwidth;