Remove unused PowerManagement

It isn't up to the application to prevent the system from going to sleep
This commit is contained in:
Bond_009
2019-01-02 15:57:48 +01:00
parent b27315bc08
commit c07d5a6963
8 changed files with 26 additions and 136 deletions

View File

@@ -1,11 +0,0 @@
using System;
namespace MediaBrowser.Model.System
{
public interface IPowerManagement
{
void PreventSystemStandby();
void AllowSystemStandby();
void ScheduleWake(DateTime wakeTimeUtc, string displayName);
}
}