aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/INativeApp.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-08 23:58:58 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-08 23:58:58 -0500
commit24532f3e2d7de2542b664383c5e0bc0cce61d7fc (patch)
treebe7f3db9c582a7ce2810879ca8e1351cb4038bfb /MediaBrowser.Server.Startup.Common/INativeApp.cs
parent15ebff2b3a738855d6c35fafc37d40a72293eef8 (diff)
update power management
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);