diff options
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/INativeApp.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/INativeApp.cs | 7 |
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); |
