Browse Source

Remove IHttpResponse

Claus Vium 6 years ago
parent
commit
1e97e4d462
1 changed files with 0 additions and 8 deletions
  1. 0 8
      MediaBrowser.Model/Services/IHttpResponse.cs

+ 0 - 8
MediaBrowser.Model/Services/IHttpResponse.cs

@@ -1,8 +0,0 @@
-using System.Net;
-
-namespace MediaBrowser.Model.Services
-{
-    public interface IHttpResponse : IResponse
-    {
-    }
-}