X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fscansbr.c;h=a43044c8a637b76264afd89969569069ff0d5527;hb=84c6039eb7226c0ba0a8f708205e33d10950d2ae;hp=6eca9314b2babe6019aa3f524b1270b3ee057e9a;hpb=5b792c4424571f05bc2008e3109797d18d7d00d1;p=mmh diff --git a/uip/scansbr.c b/uip/scansbr.c index 6eca931..a43044c 100644 --- a/uip/scansbr.c +++ b/uip/scansbr.c @@ -37,9 +37,6 @@ #define SBUFSIZ 512 static struct format *fmt; -#ifdef JLR -static struct format *fmt_top; -#endif /* JLR */ static struct comp *datecomp; /* pntr to "date" comp */ static struct comp *bodycomp; /* pntr to "body" pseudo-comp (if referenced) */ @@ -107,9 +104,6 @@ scan(FILE *inb, int innum, int outnum, char *nfs, int width, int curflg, /* Compile format string */ ncomps = fmt_compile(nfs, &fmt) + 1; -#ifdef JLR - fmt_top = fmt; -#endif /* JLR */ FINDCOMP(bodycomp, "body"); FINDCOMP(datecomp, "date"); FINDCOMP(cptr, "folder"); @@ -348,12 +342,6 @@ finished: fmt_scan(fmt, scanl, slwidth, dat); -#if 0 - fmt = fmt_scan(fmt, scanl, slwidth, dat); - if (!fmt) - fmt = fmt_top; /* reset for old format files */ -#endif - if (bodycomp) bodycomp->c_text = saved_c_text;