2004-03-04 Nick Drochak <ndrochak@ieee.org>
authorNick Drochak <nickd@mono-cvs.ximian.com>
Thu, 4 Mar 2004 04:06:37 +0000 (04:06 -0000)
committerNick Drochak <nickd@mono-cvs.ximian.com>
Thu, 4 Mar 2004 04:06:37 +0000 (04:06 -0000)
* Metafile.cs: Fix build, remove duplicate member.

svn path=/trunk/mcs/; revision=23680

mcs/class/System.Drawing/System.Drawing.Imaging/ChangeLog
mcs/class/System.Drawing/System.Drawing.Imaging/Metafile.cs

index c0f677975c6e0fea0a22a1f9292cb47dd103e743..e0aeb359939e0be40fd3c20b67be24e39d93f354 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-04 Nick Drochak <ndrochak@ieee.org>
+
+       * Metafile.cs: Fix build, remove duplicate member.
+
 2004-03-03 Sanjay Gupta <gsanjay@novell.com>
        *ImageAttributes.cs: Added few missing functions
        *Metafile.cs: Added stubs for missing constructors and functions
index 855ecbd0c9451e90e11d885235cc80df4611d7ff..f96c7e3194352c000946f6580812c95e2c62863d 100644 (file)
@@ -249,13 +249,6 @@ namespace System.Drawing.Imaging {
                        throw new NotImplementedException ();
                }
                
-               [MonoTODO]
-               public Metafile (string fileName, IntPtr referenceHdc, Rectangle frameRect, MetafileFrameUnit frameUnit, EmfType type,
-                                                                                                                       string description) 
-               {
-                       throw new NotImplementedException ();
-               }
-
                // methods
                [MonoTODO]
                public IntPtr GetHenhmetafile()