undo
[mono.git] / mcs / class / System.Web / System.Web.UI / ControlSkinDelegate.cs
index 11564c3153870a59f3475b5835e7c4b1cd492c7e..abe10a118f9ab53a510199363798359332452555 100644 (file)
@@ -4,7 +4,7 @@
 // Author:
 //   Sanjay Gupta <gsanjay@novell.com>
 //
-// (C) 2004 Novell, Inc (http://www.novell.com)
+// (C) 2004-2010 Novell, Inc (http://www.novell.com)
 //
 
 //
@@ -28,8 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-
-#if NET_2_0
 using System;
 using System.ComponentModel;
 
@@ -39,5 +37,3 @@ namespace System.Web.UI
         public delegate Control ControlSkinDelegate (Control control);
 }
 
-#endif
-