[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / System.Web / Test / mainsoft / NunitWeb / NunitWeb / PageDelegates.cs
index 40a56f1d6b751b90696956ce939db42ade0d07f2..3d05f0856d1757fe24f5137cd5b9ae769c0d468d 100644 (file)
@@ -21,7 +21,6 @@ namespace MonoTests.SystemWeb.Framework
        [Serializable]
        public struct PageDelegates
        {
-#if NET_2_0
                /// <summary>
                /// <see cref="Page.LoadComplete"/> event callback.
                /// </summary>
@@ -46,7 +45,6 @@ namespace MonoTests.SystemWeb.Framework
                /// <see cref="Page.SaveStateComplete"/> event callback.
                /// </summary>
                public PageDelegate SaveStateComplete;
-#endif
                /// <summary>
                /// <see cref="TemplateControl.CommitTransaction"/> event callback.
                /// </summary>