Merge pull request #1466 from schani/stage-unified-card-table-scanning
[mono.git] / mcs / class / System.Drawing.Design / System.Drawing.Design / ImageEditor.cs
index 38fff97e019a33da692ef463e2b8338db089e0d3..6db0258b997c51c3ea2cbaef1270823238643741 100644 (file)
@@ -7,8 +7,7 @@
 // 
 // (C) 2003 Martin Willemoes Hansen
 // (C) 2003 Andreas Nahr
-// 
-
+// Copyright (C) 2007 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-using System;
 using System.Text;
 using System.IO;
-using System.Drawing;
 using System.ComponentModel;
 using System.Windows.Forms;
 
@@ -133,5 +130,10 @@ namespace System.Drawing.Design
                {
                        return new Bitmap (stream);
                }
+               [MonoTODO]
+               protected virtual Type[] GetImageExtenders ()
+               {
+                       throw new NotImplementedException ();
+               }
        }
 }