[Cleanup] Removed TARGET_JVM
[mono.git] / mcs / class / System.Drawing / System.Drawing.Design / UITypeEditor.cs
index 978b9573839c5b32587de235ecdc224a823650a3..1f53a32fa99388862ac5b872162faa57666403eb 100644 (file)
@@ -86,7 +86,6 @@ namespace System.Drawing.Design
                {
                        return false;
                }
-#if !TARGET_JVM
                public void PaintValue (object value, Graphics canvas, Rectangle rectangle)
                {
                        PaintValue (new PaintValueEventArgs (null, value, canvas, rectangle));
@@ -99,7 +98,6 @@ namespace System.Drawing.Design
                        // but on the other hand the class is not abstract. Could never observe it did paint anything
                        return;
                }
-#endif
 #if NET_2_0
                public virtual bool IsDropDownResizable {
                        get { return false; }