diff options
Diffstat (limited to 'MediaBrowser.Server.Implementations/ServerApplicationPaths.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/ServerApplicationPaths.cs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs b/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs index b775580d9..68956be18 100644 --- a/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs +++ b/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs @@ -1,6 +1,5 @@ using MediaBrowser.Common.Implementations; using MediaBrowser.Controller; -using System; using System.IO; namespace MediaBrowser.Server.Implementations @@ -10,24 +9,6 @@ namespace MediaBrowser.Server.Implementations /// </summary> public class ServerApplicationPaths : BaseApplicationPaths, IServerApplicationPaths { -#if (DEBUG) - /// <summary> - /// Initializes a new instance of the <see cref="ServerApplicationPaths" /> class. - /// </summary> - public ServerApplicationPaths(string applicationPath) - : base(true, applicationPath) - { - } -#else -/// <summary> -/// Initializes a new instance of the <see cref="ServerApplicationPaths"/> class. -/// </summary> - public ServerApplicationPaths(string applicationPath) - : base(false, applicationPath) - { - } -#endif - /// <summary> /// Initializes a new instance of the <see cref="BaseApplicationPaths" /> class. /// </summary> |
