X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI%2FIControlDesignerAccessor.cs;h=51f1152594a6f6f8e26b9fadafef7b00fa942f7c;hb=11161ffcfbe73df41dc4fd3b6efd4503314264f2;hp=604f222d538cd35fa3d76ca667e42c386b41acdc;hpb=e51a9b6ba1a93bc981639a706c93bee413099fd6;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI/IControlDesignerAccessor.cs b/mcs/class/System.Web/System.Web.UI/IControlDesignerAccessor.cs index 604f222d538..51f1152594a 100644 --- a/mcs/class/System.Web/System.Web.UI/IControlDesignerAccessor.cs +++ b/mcs/class/System.Web/System.Web.UI/IControlDesignerAccessor.cs @@ -4,7 +4,7 @@ // Authors: // Sanjay Gupta (gsanjay@novell.com) // -// (C) 2004 Novell, Inc (http://www.novell.com) +// (C) 2004-2010 Novell, Inc (http://www.novell.com) // // // Permission is hereby granted, free of charge, to any person obtaining @@ -27,8 +27,6 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // - -#if NET_2_0 using System; using System.Collections; @@ -44,5 +42,3 @@ namespace System.Web.UI IDictionary UserData { get; } } } -#endif -