From c07d5a69635494e1bcd39890df8f929fb7353709 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Wed, 2 Jan 2019 15:57:48 +0100 Subject: Remove unused PowerManagement It isn't up to the application to prevent the system from going to sleep --- MediaBrowser.Model/System/IPowerManagement.cs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 MediaBrowser.Model/System/IPowerManagement.cs (limited to 'MediaBrowser.Model/System/IPowerManagement.cs') diff --git a/MediaBrowser.Model/System/IPowerManagement.cs b/MediaBrowser.Model/System/IPowerManagement.cs deleted file mode 100644 index 03907568c..000000000 --- a/MediaBrowser.Model/System/IPowerManagement.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System; - -namespace MediaBrowser.Model.System -{ - public interface IPowerManagement - { - void PreventSystemStandby(); - void AllowSystemStandby(); - void ScheduleWake(DateTime wakeTimeUtc, string displayName); - } -} -- cgit v1.2.3