emf clean up

Huw D M Davies h.davies1 at physics.ox.ac.uk
Mon Feb 12 05:50:54 CST 2001


	Huw D M Davies <hdavies at codeweavers.com>
	Remove unused outXform.
-- 
   Dr. Huw D M Davies              | Clarendon Laboratory
   h.davies1 at physics.ox.ac.uk      | Parks Road
   Tel: +44 1865 272390            | Oxford OX1 3PU
   Fax: +44 1865 272400            | UK
-------------- next part --------------
Index: objects/enhmetafile.c
===================================================================
RCS file: /home/wine/wine/objects/enhmetafile.c,v
retrieving revision 1.45
diff -u -r1.45 enhmetafile.c
--- objects/enhmetafile.c	2001/02/12 03:36:36	1.45
+++ objects/enhmetafile.c	2001/02/12 11:36:04
@@ -1254,8 +1254,6 @@
     HBRUSH hBrush = (HBRUSH)NULL;
     HFONT hFont = (HFONT)NULL;
 
-    XFORM outXform;
-
     if(!lpRect)
     {
 	SetLastError(ERROR_INVALID_PARAMETER);
@@ -1319,8 +1317,6 @@
 	if (!ModifyWorldTransform(hdc, &xform, MWT_RIGHTMULTIPLY)) {
 	    ERR("World transform failed!\n");
 	}
-
-	GetWorldTransform(hdc, &outXform);
 
 	/* save the current pen, brush and font */
 	hPen = GetCurrentObject(hdc, OBJ_PEN);


More information about the wine-patches mailing list