]> diplodocus.org Git - nmh/blobdiff - uip/mhshow.c
Removed remaining TMP relics missed with commit
[nmh] / uip / mhshow.c
index eb6ea16b89e93ff1b617edb0ef316309c8e681a2..f83236b7433e1f063ef77ce29aa6efb6121c86b1 100644 (file)
@@ -31,8 +31,6 @@
     X("form formfile", 0, FORMSW) \
     X("part number", 0, PARTSW) \
     X("type content", 0, TYPESW) \
-    X("textcharset", 0, TEXTCHARSETSW) \
-    X("notextcharset", 0, NTEXTCHARSETSW) \
     X("rcache policy", 0, RCACHESW) \
     X("wcache policy", 0, WCACHESW) \
     X("version", 0, VERSIONSW) \
@@ -68,7 +66,6 @@ extern char *cache_private;
 extern int pausesw;
 extern int serialsw;
 extern char *progsw;
-extern char *display_charset;
 extern int nomore;     /* flags for moreproc/header display */
 extern char *formsw;
 
@@ -203,16 +200,6 @@ do_cache:
                types[ntype++] = cp;
                continue;
 
-           case TEXTCHARSETSW:
-               if (!(cp = *argp++) || *cp == '-')
-                   adios (NULL, "missing argument to %s", argp[-2]);
-               display_charset = cp;
-               continue;
-
-            case NTEXTCHARSETSW:
-                display_charset = NULL;
-                continue;
-
            case FILESW:
                if (!(cp = *argp++) || (*cp == '-' && cp[1]))
                    adios (NULL, "missing argument to %s", argp[-2]);