remove patchlist things, and more generated and commited things.
[apps/madmutt.git] / patchlist.sh
diff --git a/patchlist.sh b/patchlist.sh
deleted file mode 100755 (executable)
index 1f1f185..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh --
-
-cat <<EOF
-/* this is an autogenerated file.  edit patchlist.sh instead. */
-#include "config.h"
-
-#include <stdio.h>
-#include <stdlib.h>
-
-#include "mutt.h"
-
-void mutt_print_patchlist (void)
-{
-EOF
-
-while read patch ; do
-       echo "  puts (\"${patch}\");"
-done
-
-echo "}"