Merge pull request #2916 from ludovic-henry/fix-40306
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / TableCellCollection.cs
index 4f72b154fa4835f8e5507ade3beccc736152ae3b..b0e7bdc560c4f9cd68f78973d1f0a84455b228ba 100644 (file)
@@ -31,11 +31,7 @@ using System.Collections;
 
 namespace System.Web.UI.WebControls {
 
-#if NET_2_0
        [Editor ("System.Web.UI.Design.WebControls.TableCellsCollectionEditor, " + Consts.AssemblySystem_Design, "System.Drawing.Design.UITypeEditor, " + Consts.AssemblySystem_Drawing)]
-#else
-       [Editor ("System.Web.UI.Design.WebControls.TableCellsCollectionEditor, " + Consts.AssemblySystem_Design, typeof (System.Drawing.Design.UITypeEditor))]
-#endif
        public sealed class TableCellCollection : IList, ICollection, IEnumerable 
        {
                ControlCollection cc;