mhl: Removed remaining code of obsolete -sleep switch.
authormarkus schnalke <meillo@marmaro.de>
Fri, 22 Jun 2012 13:58:34 +0000 (15:58 +0200)
committermarkus schnalke <meillo@marmaro.de>
Fri, 22 Jun 2012 13:58:34 +0000 (15:58 +0200)
The switch was used for the faceproc, for Face: header field handling.

uip/mhl.c

index 5280ade..fedf78f 100644 (file)
--- a/uip/mhl.c
+++ b/uip/mhl.c
@@ -45,17 +45,15 @@ static struct swit switches[] = {
        { "form formfile", 0 },
 #define WIDTHSW  1
        { "width columns", 0 },
        { "form formfile", 0 },
 #define WIDTHSW  1
        { "width columns", 0 },
-#define SLEEPSW  2
-       { "sleep seconds",  0 },
-#define VERSIONSW  3
+#define VERSIONSW  2
        { "Version", 0 },
        { "Version", 0 },
-#define HELPSW  4
+#define HELPSW  3
        { "help", 0 },
        { "help", 0 },
-#define FORW1SW  5
+#define FORW1SW  4
        { "forward", -7 },
        { "forward", -7 },
-#define FORW2SW  6
+#define FORW2SW  5
        { "forwall", -7 },
        { "forwall", -7 },
-#define NBODYSW  7
+#define NBODYSW  6
        { "nobody", -6 },
        { NULL, 0 }
 };
        { "nobody", -6 },
        { NULL, 0 }
 };
@@ -157,8 +155,6 @@ static int dobody    = 1;
 static int forwflg   = 0;
 static int forwall   = 0;
 
 static int forwflg   = 0;
 static int forwall   = 0;
 
-static int sleepsw = NOTOK;
-
 static int exitstat = 0;
 static int mhldebug = 0;
 
 static int exitstat = 0;
 static int mhldebug = 0;
 
@@ -261,13 +257,6 @@ main(int argc, char **argv)
                                                        argp[-2]);
                                continue;
 
                                                        argp[-2]);
                                continue;
 
-                       case SLEEPSW:
-                               if (!(cp = *argp++) || *cp == '-')
-                                       adios(NULL, "missing argument to %s",
-                                                       argp[-2]);
-                               sleepsw = atoi(cp);  /* ZERO ok! */
-                               continue;
-
                        case WIDTHSW:
                                if (!(cp = *argp++) || *cp == '-')
                                        adios(NULL, "missing argument to %s",
                        case WIDTHSW:
                                if (!(cp = *argp++) || *cp == '-')
                                        adios(NULL, "missing argument to %s",