X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhshow.c;h=bbd99eaaaff13891acdd15132828863049f22754;hp=a1fff551b36c7fa1f4b5261219a5dfc06957de74;hb=0c4214ea2aec6497d0d67b436bbee9bc1d225f1e;hpb=9e9e918ec2a607aca26253fe945ea9569475aae3 diff --git a/uip/mhshow.c b/uip/mhshow.c index a1fff55..bbd99ea 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -52,16 +52,9 @@ static struct swit switches[] = { #define HELPSW 13 { "help", 0 }, /* -** switches for moreproc/mhlproc -*/ -#define PROGSW 14 - { "moreproc program", -4 }, -#define WIDTHSW 15 - { "width columns", -4 }, -/* ** switches for debugging */ -#define DEBUGSW 16 +#define DEBUGSW 14 { "debug", -5 }, { NULL, 0 } }; @@ -78,7 +71,6 @@ extern char *cache_private; /* mhshowsbr.c */ extern int serialsw; -extern char *progsw; extern int nolist; extern char *formsw; @@ -230,21 +222,6 @@ do_cache: formsw = getcpy(etcpath(cp)); continue; - /* - ** Switches for moreproc/mhlproc - */ - case PROGSW: - if (!(progsw = *argp++) || *progsw == '-') - adios(NULL, "missing argument to %s", - argp[-2]); - continue; - - case WIDTHSW: - if (!(cp = *argp++) || *cp == '-') - adios(NULL, "missing argument to %s", - argp[-2]); - continue; - case VERBSW: verbosw = 1; continue;