wineps: Don't display the MFCOMMENT

Huw D M Davies h.davies1 at physics.ox.ac.uk
Tue Feb 7 14:20:48 CST 2006


        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..c757f87 100644
--- a/dlls/wineps/escape.c
+++ b/dlls/wineps/escape.c
@@ -84,8 +84,6 @@ INT PSDRV_ExtEscape( PSDRV_PDEVICE *phys
     {
 	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