Removed DM - Branched if required later.

This commit is contained in:
Mark McDowall 2012-08-13 17:05:01 -07:00
commit 653a0864c3
10 changed files with 1 additions and 291 deletions

View file

@ -49,9 +49,6 @@ namespace NzbDrone.Common
public static Guid UGuid { get; set; }
public static bool RegisterNewInstall { get; set; }
public virtual bool IsUserInteractive
{
get { return Environment.UserInteractive; }
@ -102,7 +99,6 @@ namespace NzbDrone.Common
return dir.GetDirectories(ROOT_MARKER).Length != 0;
}
public virtual string StartUpPath
{
get