diff --git a/src/dcp/versa.211 b/src/dcp/versa.211 index 53d4deab..a7773b45 100644 --- a/src/dcp/versa.211 +++ b/src/dcp/versa.211 @@ -3833,7 +3833,6 @@ press: call plot"init ;"initialize the plotting routines call mapper"init ;"gets FILLEN among other things move mapper"fillen ;" movem prslen ;rememver file length - call plot"blkpag ;"force out a blank page call getdoc ;get the document directory and info call getprt ;get the part dir into memory @@ -3843,7 +3842,6 @@ press: call plot"init ;"initialize the plotting routines return cleanup: - call plot"blkpag ;"force out a blank page call plot"finish ;"finished plotting move x,prtdir call corblk"delete ;"release the part dir pages @@ -4317,14 +4315,12 @@ xgp: call plot"init ;"initialize the plotting routines call scrimp ;process scrimp commands call getrdy ;get ready to process the file setzm eofp ;not end of file yet - call plot"blkpag ;"blank page at the front xgp02: call plot"next ;"go on to the next page call dopage ;process the next page jrst xgp50 ;finished jrst xgp02 xgp50: call mapper"finish ;"no longer need the file - call plot"blkpag ;"blank page at the end call plot"finish ;"finished plotting (for this file) return ;and th.th.th.that's all folks