aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MediaBrowser.Server.Mac/MacAppHost.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/MediaBrowser.Server.Mac/MacAppHost.cs b/MediaBrowser.Server.Mac/MacAppHost.cs
index 7ad96d2bf..44dec83d2 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;
- }
- }
}
}