X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI%2FITextControl.cs;h=f30591665df2ab1218caef93338cd0c4803b2207;hb=fb85e55a98a7df8c59b987f6dbb62f01aa4ec7c4;hp=dfa1bd1f48d69229859581be2caea6f43e2925a9;hpb=1c14f1ee6d701510c15499d71fc2b324151a8629;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI/ITextControl.cs b/mcs/class/System.Web/System.Web.UI/ITextControl.cs index dfa1bd1f48d..f30591665df 100644 --- a/mcs/class/System.Web/System.Web.UI/ITextControl.cs +++ b/mcs/class/System.Web/System.Web.UI/ITextControl.cs @@ -4,7 +4,7 @@ // Authors: // Lluis Sanchez Gual (lluis@novell.com) // -// (C) 2005 Novell, Inc (http://www.novell.com) +// (C) 2005-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; namespace System.Web.UI @@ -38,5 +36,3 @@ namespace System.Web.UI string Text { get; set; } } } -#endif -