aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Dlna/ControlResponse.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Dlna/ControlResponse.cs')
-rw-r--r--MediaBrowser.Controller/Dlna/ControlResponse.cs18
1 files changed, 0 insertions, 18 deletions
diff --git a/MediaBrowser.Controller/Dlna/ControlResponse.cs b/MediaBrowser.Controller/Dlna/ControlResponse.cs
deleted file mode 100644
index 8d19a8109..000000000
--- a/MediaBrowser.Controller/Dlna/ControlResponse.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-using System.Collections.Generic;
-
-namespace MediaBrowser.Controller.Dlna
-{
- public class ControlResponse
- {
- public IDictionary<string, string> Headers { get; set; }
-
- public string Xml { get; set; }
-
- public bool IsSuccessful { get; set; }
-
- public ControlResponse()
- {
- Headers = new Dictionary<string, string>();
- }
- }
-} \ No newline at end of file