diff --git a/MediaBrowser.Server.Mac/MacAppHost.cs b/MediaBrowser.Server.Mac/MacAppHost.cs index 7ad96d2bf2..44dec83d2b 100644 --- a/MediaBrowser.Server.Mac/MacAppHost.cs +++ b/MediaBrowser.Server.Mac/MacAppHost.cs @@ -90,25 +90,9 @@ namespace MediaBrowser.Server.Mac throw new NotImplementedException(); } - public override bool SupportsRunningAsService - { - get - { - return false; - } - } - public override bool SupportsAutoRunAtStartup { get { return false; } } - - public override bool IsRunningAsService - { - get - { - return false; - } - } } }