diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-25 23:12:29 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-25 23:12:29 -0500 |
| commit | 576768de594a56512693715d5748973984fe5f97 (patch) | |
| tree | b3408749af54217a931e1635adc88a3b2a015ec5 /MediaBrowser.Server.Implementations/ServerApplicationPaths.cs | |
| parent | 561b6302104d5f722f90ba7244375f217b17a18d (diff) | |
update translations
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> |
