[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / SplitContainer.cs
index 38dda5712a884a48bcefbb9e75df88e08f4766cc..a27ce51eb8634ced21862072e9b1547ea8334b0e 100644 (file)
@@ -42,9 +42,7 @@ namespace System.Windows.Forms
        [Docking (DockingBehavior.AutoDock)]
        [Designer ("System.Windows.Forms.Design.SplitContainerDesigner, " + Consts.AssemblySystem_Design)]
        public class SplitContainer : ContainerControl
-#if NET_4_0
                , ISupportInitialize
-#endif
        {
                #region Local Variables
                private FixedPanel fixed_panel;
@@ -474,7 +472,6 @@ namespace System.Windows.Forms
                #endregion
 
                #region Public Methods
-#if NET_4_0
                [MonoTODO]
                public void BeginInit ()
                {
@@ -484,7 +481,6 @@ namespace System.Windows.Forms
                public void EndInit ()
                {
                }
-#endif
                
                public void OnSplitterMoved (SplitterEventArgs e)
                {