Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/System.Web.Configuration_2.0/SystemWebSectionGroup.cs')
-rw-r--r--mcs/class/System.Web/System.Web.Configuration_2.0/SystemWebSectionGroup.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/mcs/class/System.Web/System.Web.Configuration_2.0/SystemWebSectionGroup.cs b/mcs/class/System.Web/System.Web.Configuration_2.0/SystemWebSectionGroup.cs
index 4492ffb0cc5..d7a0cf141af 100644
--- a/mcs/class/System.Web/System.Web.Configuration_2.0/SystemWebSectionGroup.cs
+++ b/mcs/class/System.Web/System.Web.Configuration_2.0/SystemWebSectionGroup.cs
@@ -31,9 +31,7 @@
using System;
using System.Configuration;
-#if WEBSERVICES_DEP
using System.Web.Services.Configuration;
-#endif
namespace System.Web.Configuration
{
@@ -205,12 +203,10 @@ namespace System.Web.Configuration
get { return (WebPartsSection)Sections ["webParts"]; }
}
-#if WEBSERVICES_DEP
[ConfigurationProperty ("webServices")]
public WebServicesSection WebServices {
get { return (WebServicesSection)Sections ["webServices"]; }
}
-#endif
[ConfigurationProperty ("xhtmlConformance")]
public XhtmlConformanceSection XhtmlConformance {