Removed any knowledge of a screen length from mhl.
[mmh] / uip / mhshow.c
index 0baf198..a1fff55 100644 (file)
@@ -56,14 +56,12 @@ static struct swit switches[] = {
 */
 #define PROGSW  14
        { "moreproc program", -4 },
-#define LENSW  15
-       { "length lines", -4 },
-#define WIDTHSW  16
+#define WIDTHSW  15
        { "width columns", -4 },
 /*
 ** switches for debugging
 */
-#define DEBUGSW  17
+#define DEBUGSW  16
        { "debug", -5 },
        { NULL, 0 }
 };
@@ -241,7 +239,6 @@ do_cache:
                                                        argp[-2]);
                                continue;
 
-                       case LENSW:
                        case WIDTHSW:
                                if (!(cp = *argp++) || *cp == '-')
                                        adios(NULL, "missing argument to %s",