From: markus schnalke Date: Tue, 27 Mar 2012 07:19:56 +0000 (+0200) Subject: Remove some unused macros. X-Git-Tag: mmh-thesis-end~165 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=f58df8a711003c845bb2f899574ac8ed9ffa30fd Remove some unused macros. Pulled in from nmh. Thanks to David Levine. --- diff --git a/sbr/fmt_scan.c b/sbr/fmt_scan.c index f727177..b7137d7 100644 --- a/sbr/fmt_scan.c +++ b/sbr/fmt_scan.c @@ -22,8 +22,6 @@ # include #endif -#define NFMTS MAXARGS - extern char *formataddr(); /* hook for custom address formatting */ extern int fmt_norm; /* defined in sbr/fmt_def.c = AD_NAME */ diff --git a/sbr/mts.c b/sbr/mts.c index e7db876..e946664 100644 --- a/sbr/mts.c +++ b/sbr/mts.c @@ -14,9 +14,6 @@ #include #include -#define NOTOK (-1) -#define OK 0 - /* ** static prototypes */ diff --git a/uip/flist.c b/uip/flist.c index c98a3f0..c69055a 100644 --- a/uip/flist.c +++ b/uip/flist.c @@ -17,9 +17,6 @@ #include #include -#define FALSE 0 -#define TRUE 1 - /* ** We allocate space to record the names of folders ** (foldersToDo array), this number of elements at a time. diff --git a/uip/msgchk.c b/uip/msgchk.c index 932da20..b5b02c9 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -31,7 +31,6 @@ static struct swit switches[] = { */ #define MAXVEC 51 -#define NT_NONE 0x0 #define NT_MAIL 0x1 #define NT_NMAI 0x2 #define NT_ALL (NT_MAIL | NT_NMAI)