aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/IConnectionManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Dlna/IConnectionManager.cs')
-rw-r--r--Emby.Dlna/IConnectionManager.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Emby.Dlna/IConnectionManager.cs b/Emby.Dlna/IConnectionManager.cs
deleted file mode 100644
index 9f643a9e64..0000000000
--- a/Emby.Dlna/IConnectionManager.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma warning disable CS1591
-
-namespace Emby.Dlna
-{
- public interface IConnectionManager : IDlnaEventManager, IUpnpService
- {
- }
-}