remove lot of code, round 1
[apps/madmutt.git] / extlib.c
diff --git a/extlib.c b/extlib.c
deleted file mode 100644 (file)
index 2ce734c..0000000
--- a/extlib.c
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright notice from original mutt:
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
- *
- * This file is part of mutt-ng, see http://www.muttng.org/.
- * It's licensed under the GNU General Public License,
- * please see the file GPL in the top level source directory.
- */
-
-/* 
- * Some simple dummies, so we can reuse the routines from
- * lib.c in external programs.
- */
-
-#define WHERE
-#define _EXTLIB_C
-
-#include <lib-lib/lib-lib.h>
-#include "lib.h"
-
-void (*mutt_error)(const char *, ...)
-    __attribute__((format(printf, 1, 2))) = mutt_nocurses_error;
-
-void mutt_exit (int code)
-{
-  exit (code);
-}