Clean up after clean-up patch

Ian Pilcher ian.pilcher at home.com
Fri Aug 10 13:16:30 CDT 2001


Missed some variables in my previous patch.  This gets rid of them.

Modified files:
    dlls/wineps: ps.c

Log message:
    Ian Pilcher <ian.pilcher at home.com>
    WINEPS: get rid of unused variables
-- 
========================================================================
Ian Pilcher                                         ian.pilcher at home.com
========================================================================
-------------- next part --------------
diff -urN ../wine-20010810cvs/dlls/wineps/ps.c ./dlls/wineps/ps.c
--- ../wine-20010810cvs/dlls/wineps/ps.c	Fri Aug 10 12:47:37 2001
+++ ./dlls/wineps/ps.c	Fri Aug 10 12:48:39 2001
@@ -211,10 +211,10 @@
 INT PSDRV_WriteHeader( DC *dc, LPCSTR title )
 {
     PSDRV_PDEVICE *physDev = (PSDRV_PDEVICE *)dc->physDev;
-    char *buf, *orient, vectbuf[256];
+    char *buf, *orient;
     INPUTSLOT *slot;
     PAGESIZE *page;
-    int llx, lly, urx, ury, i, j;
+    int llx, lly, urx, ury;
 
     TRACE("'%s'\n", title);
 


More information about the wine-patches mailing list