aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/PowerManagement.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Jellyfin.Server/PowerManagement.cs')
-rw-r--r--Jellyfin.Server/PowerManagement.cs23
1 files changed, 0 insertions, 23 deletions
diff --git a/Jellyfin.Server/PowerManagement.cs b/Jellyfin.Server/PowerManagement.cs
deleted file mode 100644
index c27c51893..000000000
--- a/Jellyfin.Server/PowerManagement.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-using System;
-using MediaBrowser.Model.System;
-
-namespace Jellyfin.Server.Native
-{
- public class PowerManagement : IPowerManagement
- {
- public void PreventSystemStandby()
- {
-
- }
-
- public void AllowSystemStandby()
- {
-
- }
-
- public void ScheduleWake(DateTime wakeTimeUtc, string displayName)
- {
-
- }
- }
-}