X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhshow.c;h=bbd99eaaaff13891acdd15132828863049f22754;hb=8edf2fa76c7b6d224d3f1b8cc7a764e624c45816;hp=a1fff551b36c7fa1f4b5261219a5dfc06957de74;hpb=5b9d883db0318ed2b84bb82dee880d7381f99188;p=mmh 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;