[Mono.Security]: Add 'MonoTlsProvider.SupportsCleanShutdown' and 'MonoTlsSettings...
[mono.git] / mcs / class / System.Drawing.Design / System.Drawing.Design / CursorEditor.cs
index ae15e3fa022b7498d3ce2d1a5d35a4690cd1fca9..d280c84d4b58c9c2df6a55c0bbba105e2c8b177c 100644 (file)
@@ -91,10 +91,8 @@ namespace System.Drawing.Design
                {
                        return UITypeEditorEditStyle.DropDown;
                }
-#if NET_2_0
                public override bool IsDropDownResizable {
                        get { return true; }
                }
-#endif
        }
 }