Merge pull request #1068 from esdrubal/bug18421
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms.VisualStyles / TextBoxState.cs
index d8973ac0cd56cbeafb285686ad22b095a14ffef7..a6a418bdf5573e78a64dd718174112fece2469ec 100644 (file)
@@ -26,7 +26,6 @@
 //     Jonathan Pobst (monkey@jpobst.com)
 //
 
-#if NET_2_0
 namespace System.Windows.Forms.VisualStyles
 {
        public enum TextBoxState
@@ -39,4 +38,3 @@ namespace System.Windows.Forms.VisualStyles
                Assist = 7
        }
 }
-#endif
\ No newline at end of file