diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-12-21 00:57:06 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-12-21 00:57:06 -0500 |
| commit | e5e39e8e56de7c4d6f0cadad579e9b20513f096d (patch) | |
| tree | 8327d619f75bc19cb6f9cc72619221c3d998b57c /MediaBrowser.Common/Configuration/ConfigurationHelper.cs | |
| parent | 7b0306dce771abbe141e178330f2566bc0e21be6 (diff) | |
add metadata editor info endpoint
Diffstat (limited to 'MediaBrowser.Common/Configuration/ConfigurationHelper.cs')
| -rw-r--r-- | MediaBrowser.Common/Configuration/ConfigurationHelper.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/MediaBrowser.Common/Configuration/ConfigurationHelper.cs b/MediaBrowser.Common/Configuration/ConfigurationHelper.cs index 8c904b0db..7212b70e1 100644 --- a/MediaBrowser.Common/Configuration/ConfigurationHelper.cs +++ b/MediaBrowser.Common/Configuration/ConfigurationHelper.cs @@ -55,20 +55,5 @@ namespace MediaBrowser.Common.Configuration return configuration; } } - - /// <summary> - /// Reads an xml configuration file from the file system - /// It will immediately save the configuration after loading it, just - /// in case there are new serializable properties - /// </summary> - /// <typeparam name="T"></typeparam> - /// <param name="path">The path.</param> - /// <param name="xmlSerializer">The XML serializer.</param> - /// <returns>``0.</returns> - public static T GetXmlConfiguration<T>(string path, IXmlSerializer xmlSerializer) - where T : class - { - return GetXmlConfiguration(typeof(T), path, xmlSerializer) as T; - } } } |
