aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/INativeApp.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/INativeApp.cs')
-rw-r--r--MediaBrowser.Server.Startup.Common/INativeApp.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Server.Startup.Common/INativeApp.cs b/MediaBrowser.Server.Startup.Common/INativeApp.cs
index c56bb9b4b..df29dfde4 100644
--- a/MediaBrowser.Server.Startup.Common/INativeApp.cs
+++ b/MediaBrowser.Server.Startup.Common/INativeApp.cs
@@ -88,13 +88,6 @@ namespace MediaBrowser.Server.Startup.Common
/// <returns>INetworkManager.</returns>
INetworkManager CreateNetworkManager(ILogger logger);
- /// <summary>
- /// Prevents the system stand by.
- /// </summary>
- void PreventSystemStandby();
-
- void AllowSystemStandby();
-
FFMpegInstallInfo GetFfmpegInstallInfo();
void LaunchUrl(string url);