summaryrefslogtreecommitdiffstats
path: root/init.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-06-02 18:52:19 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-06-02 18:52:19 +0000
commitb5eae58059edb774a743a4c7f66229f7124ad5ab (patch)
treeda1a791588407ab272d8462d44d2a06cd3a6c33c /init.c
parent9251d06544496d3b5d75612d6966f17fb1585d9c (diff)
Major cutting & pasting: We now have a "real" library in lib.c which
can be linked against external programs without much effort.
Diffstat (limited to 'init.c')
-rw-r--r--init.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/init.c b/init.c
index 4e365e7c..22436654 100644
--- a/init.c
+++ b/init.c
@@ -1075,16 +1075,6 @@ static int parse_set (BUFFER *tmp, BUFFER *s, unsigned long data, BUFFER *err)
return (r);
}
-void mutt_nocurses_error (const char *fmt, ...)
-{
- va_list ap;
-
- va_start (ap, fmt);
- vfprintf (stderr, fmt, ap);
- va_end (ap);
- fputc ('\n', stderr);
-}
-
/* reads the specified initialization file. returns -1 if errors were found
so that we can pause to let the user know... */
static int source_rc (const char *rcfile, BUFFER *err)