Huw Davies : wineps: Don't display the MFCOMMENT escape.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Feb 8 09:12:33 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 06a293cabe845a583594333b8cd900de4ed2fd46
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=06a293cabe845a583594333b8cd900de4ed2fd46

Author: Huw Davies <huw at codeweavers.com>
Date:   Wed Feb  8 12:35:05 2006 +0100

wineps: Don't display the MFCOMMENT escape.

---

 dlls/wineps/escape.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

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-cvs mailing list