aboutsummaryrefslogtreecommitdiff
path: root/src/Emby.Server/PowerManagement.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Emby.Server/PowerManagement.cs')
-rw-r--r--src/Emby.Server/PowerManagement.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/Emby.Server/PowerManagement.cs b/src/Emby.Server/PowerManagement.cs
deleted file mode 100644
index 85e3b72a6..000000000
--- a/src/Emby.Server/PowerManagement.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using MediaBrowser.Model.System;
-
-namespace Emby.Server
-{
- public class PowerManagement : IPowerManagement
- {
- public void PreventSystemStandby()
- {
- }
-
- public void AllowSystemStandby()
- {
- }
- }
-}