From 576768de594a56512693715d5748973984fe5f97 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 25 Nov 2014 23:12:29 -0500 Subject: update translations --- .../ServerApplicationPaths.cs | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'MediaBrowser.Server.Implementations/ServerApplicationPaths.cs') diff --git a/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs b/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs index b775580d97..68956be183 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 /// public class ServerApplicationPaths : BaseApplicationPaths, IServerApplicationPaths { -#if (DEBUG) - /// - /// Initializes a new instance of the class. - /// - public ServerApplicationPaths(string applicationPath) - : base(true, applicationPath) - { - } -#else -/// -/// Initializes a new instance of the class. -/// - public ServerApplicationPaths(string applicationPath) - : base(false, applicationPath) - { - } -#endif - /// /// Initializes a new instance of the class. /// -- cgit v1.2.3