2008-10-03 Ivan N. Zlatev <contact@i-nz.net>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / Control.cs
index 1a35ae73e00d67cd484e5d1a4e7d41a5826c85e7..f492e8a2299a760c0419d518384d640cfbbc2295 100644 (file)
@@ -812,9 +812,6 @@ namespace System.Windows.Forms
                                owner.UpdateChildrenZOrder ();
                        }
 
-#if NET_2_0
-                       new
-#endif
                        public void RemoveAt (int index)
                        {
                                if (index < 0 || index >= list.Count)