Merge pull request #2916 from ludovic-henry/fix-40306
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / TableCellCollection.cs
index 1d6e95f74f863da1471576b058967d2e45d47e6b..b0e7bdc560c4f9cd68f78973d1f0a84455b228ba 100644 (file)
@@ -31,15 +31,10 @@ 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 {
-
-               private ControlCollection cc;
-
+       public sealed class TableCellCollection : IList, ICollection, IEnumerable 
+       {
+               ControlCollection cc;
 
                internal TableCellCollection (TableRow tr)
                {