summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Messaging/Configuration/DotNetOpenAuthSection.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-08-09 08:30:10 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-08-09 08:30:10 -0700
commit890bf0c250bdcb57c48e8121f8308e8bdd045cb6 (patch)
tree781f092c8c8bd186629705a5ea5f1e035cab998f /src/DotNetOpenAuth.Messaging/Configuration/DotNetOpenAuthSection.cs
parentef6957d6bf7698252895214eac7cb01d91775d6c (diff)
downloadDotNetOpenAuth-890bf0c250bdcb57c48e8121f8308e8bdd045cb6.zip
DotNetOpenAuth-890bf0c250bdcb57c48e8121f8308e8bdd045cb6.tar.gz
DotNetOpenAuth-890bf0c250bdcb57c48e8121f8308e8bdd045cb6.tar.bz2
Fixed the webResourceUrlProvider configuration element.
Diffstat (limited to 'src/DotNetOpenAuth.Messaging/Configuration/DotNetOpenAuthSection.cs')
-rw-r--r--src/DotNetOpenAuth.Messaging/Configuration/DotNetOpenAuthSection.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/DotNetOpenAuth.Messaging/Configuration/DotNetOpenAuthSection.cs b/src/DotNetOpenAuth.Messaging/Configuration/DotNetOpenAuthSection.cs
index b4dfc15..af9d45b 100644
--- a/src/DotNetOpenAuth.Messaging/Configuration/DotNetOpenAuthSection.cs
+++ b/src/DotNetOpenAuth.Messaging/Configuration/DotNetOpenAuthSection.cs
@@ -58,16 +58,5 @@ namespace DotNetOpenAuth.Configuration {
internal static ReportingElement Reporting {
get { return ReportingElement.Configuration; }
}
-
- /// <summary>
- /// Gets or sets the embedded resource retrieval provider.
- /// </summary>
- /// <value>
- /// The embedded resource retrieval provider.
- /// </value>
- internal TypeConfigurationElement<IEmbeddedResourceRetrieval> EmbeddedResourceRetrievalProvider {
- get { return /*TODO: (TypeConfigurationElement<IEmbeddedResourceRetrieval>)this[WebResourceUrlProviderName] ??*/ new TypeConfigurationElement<IEmbeddedResourceRetrieval>(); }
- set { /*this[WebResourceUrlProviderName] = value;*/ }
- }
}
}