aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net/StaticResult.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common/Net/StaticResult.cs')
-rw-r--r--MediaBrowser.Common/Net/StaticResult.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/MediaBrowser.Common/Net/StaticResult.cs b/MediaBrowser.Common/Net/StaticResult.cs
deleted file mode 100644
index 0dd6372cf..000000000
--- a/MediaBrowser.Common/Net/StaticResult.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.IO;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace MediaBrowser.Common.Net
-{
- public class StaticResult
- {
- public Stream Stream { get; set; }
- }
-}