remove Previus-Sequence support
[mmh] / uip / mhlist.c
index c9194cc..169ca50 100644 (file)
@@ -40,6 +40,7 @@ static struct swit switches[] = {
        { NULL, 0 }
 };
 
+char *version=VERSION;
 
 /* mhparse.c */
 extern char *tmp;  /* directory to place temp files */
@@ -229,7 +230,6 @@ main(int argc, char **argv)
                                exit(EX_SOFTWARE);
                        }
                }
-               seq_setprev(mp);  /* set the previous-sequence */
 
                cts = mh_xcalloc(mp->numsel + 1, sizeof(*cts));
                ctp = cts;