[bcl] Remove NET_2_0 defines from the class libs. This has been done using: unifdef...
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / WizardStepType.cs
index 476bc1759c2fc511bb7f6fbc0387adf18c365228..81ff17738ba7e301b2d79071dac2df6dbd5f2bff 100644 (file)
@@ -25,7 +25,6 @@
 // Copyright (C) 2004 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
 namespace System.Web.UI.WebControls {
         public enum WizardStepType {
                 Auto = 0,
@@ -35,4 +34,3 @@ namespace System.Web.UI.WebControls {
                Step = 4                        
         }
 }
-#endif