[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / TreeNodeSelectAction.cs
index ee8153aad9ecc83b1fa674a861c928b2831cac2e..03ac383c259f23cf03b02e975bada182a3024409 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 TreeNodeSelectAction {
                Select = 0,
@@ -34,4 +33,3 @@ namespace System.Web.UI.WebControls {
                None = 3                                
         }
 }
-#endif