Xamarin-4959: Fix copy of clipboard data after app exits
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ControlUpdateMode.cs
index 98f2bfd04afba4b11f56b77607f94008893fb854..d52f2f3d74c5303868a2ef4419e6f239f4c9cd4f 100644 (file)
@@ -27,7 +27,6 @@
 //
 
 
-#if NET_2_0
 namespace System.Windows.Forms
 {
        public enum ControlUpdateMode
@@ -36,4 +35,3 @@ namespace System.Windows.Forms
                Never = 1
        }
 }
-#endif