Remove some unused macros.
authormarkus schnalke <meillo@marmaro.de>
Tue, 27 Mar 2012 07:19:56 +0000 (09:19 +0200)
committermarkus schnalke <meillo@marmaro.de>
Tue, 27 Mar 2012 07:19:56 +0000 (09:19 +0200)
Pulled in from nmh. Thanks to David Levine.

sbr/fmt_scan.c
sbr/mts.c
uip/flist.c
uip/msgchk.c

index f727177..b7137d7 100644 (file)
@@ -22,8 +22,6 @@
 #  include <wchar.h>
 #endif
 
-#define NFMTS MAXARGS
-
 extern char *formataddr();  /* hook for custom address formatting */
 
 extern int fmt_norm;  /* defined in sbr/fmt_def.c = AD_NAME */
index e7db876..e946664 100644 (file)
--- a/sbr/mts.c
+++ b/sbr/mts.c
@@ -14,9 +14,6 @@
 #include <pwd.h>
 #include <netdb.h>
 
-#define NOTOK  (-1)
-#define OK     0
-
 /*
 ** static prototypes
 */
index c98a3f0..c69055a 100644 (file)
@@ -17,9 +17,6 @@
 #include <h/mh.h>
 #include <h/utils.h>
 
-#define FALSE   0
-#define TRUE    1
-
 /*
 ** We allocate space to record the names of folders
 ** (foldersToDo array), this number of elements at a time.
index 932da20..b5b02c9 100644 (file)
@@ -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)