wineps: Don't display the MFCOMMENT

Huw D M Davies h.davies1 at physics.ox.ac.uk
Tue Feb 7 15:16:39 CST 2006


Please use this one instead.

        Huw Davies <huw at codeweavers.com>
        wineps: Don't display the MFCOMMENT escape.

diff --git a/dlls/wineps/escape.c b/dlls/wineps/escape.c
index 88445d5..d7627c3 100644
--- a/dlls/wineps/escape.c
+++ b/dlls/wineps/escape.c
@@ -82,10 +82,7 @@ INT PSDRV_ExtEscape( PSDRV_PDEVICE *phys
 
     case MFCOMMENT:
     {
-	int i;
 	FIXME("MFCOMMENT(%p, %d)\n", in_data, cbInput);
-	for (i=0;i<cbInput;i++) MESSAGE("%02x ", ((LPBYTE)in_data)[i]);
-	MESSAGE("\n");
 	return 1;
     }
     case DRAWPATTERNRECT:



More information about the wine-patches mailing list