aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net/CacheMode.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-09-01 07:53:57 -0600
committercrobibero <cody@robibe.ro>2020-09-01 07:53:57 -0600
commit39041019e72709e938c789f495286a3fd1ce24fd (patch)
tree8f45ce40544ba734b71a444c8a55dc5019541b86 /MediaBrowser.Common/Net/CacheMode.cs
parente1d0b430d95402c694f1686ba6837d27753d6454 (diff)
Remove CacheMode, CompressionMethods, HttpResponseInfo
Diffstat (limited to 'MediaBrowser.Common/Net/CacheMode.cs')
-rw-r--r--MediaBrowser.Common/Net/CacheMode.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/MediaBrowser.Common/Net/CacheMode.cs b/MediaBrowser.Common/Net/CacheMode.cs
deleted file mode 100644
index 78fa3bf9b..000000000
--- a/MediaBrowser.Common/Net/CacheMode.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma warning disable CS1591
-#pragma warning disable SA1602
-
-namespace MediaBrowser.Common.Net
-{
- public enum CacheMode
- {
- None = 0,
- Unconditional = 1
- }
-}