Simplification
[apps/madmutt.git] / lib-ui / curs_lib.c
index 2203672..18216ab 100644 (file)
@@ -316,12 +316,6 @@ void curses_initialize(void)
     meta(stdscr, true);
 }
 
-void _mutt_perror (const char *s, const char* filename, int line)
-{
-  char *p = strerror (errno);
-  mutt_error ("%s: %s (errno = %d) from %s:%i", s, p ? p : _("unknown error"), errno, filename, line);
-}
-
 /*
  * prompts the user to enter a keystroke, and displays the octal value back
  * to the user.