remove unused service properties

This commit is contained in:
Luke Pulverenti
2017-09-10 17:32:45 -04:00
parent b335ae8ef1
commit f7f41e4c73
6 changed files with 1 additions and 56 deletions

View File

@@ -31,11 +31,6 @@ namespace MediaBrowser.ServerApplication
fileSystem.AddShortcutHandler(new LnkShortcutHandler());
}
public override bool IsRunningAsService
{
get { return MainStartup.IsRunningAsService; }
}
protected override IConnectManager CreateConnectManager()
{
return new ConnectManager();
@@ -111,14 +106,6 @@ namespace MediaBrowser.ServerApplication
}
}
public override bool SupportsRunningAsService
{
get
{
return true;
}
}
public override bool CanSelfRestart
{
get