Parcourir la source

Update HttpListenerHost.cs

BaronGreenback il y a 5 ans
Parent
commit
a44309f56f
1 fichiers modifiés avec 1 ajouts et 6 suppressions
  1. 1 6
      Emby.Server.Implementations/HttpServer/HttpListenerHost.cs

+ 1 - 6
Emby.Server.Implementations/HttpServer/HttpListenerHost.cs

@@ -106,12 +106,7 @@ namespace Emby.Server.Implementations.HttpServer
         {
             return _appHost.CreateInstance(type);
         }
-
-        public object CreateInstance(Type type, object parameter)
-        {
-            return _appHost.CreateInstance(type, parameter);
-        }
-
+        
         private static string NormalizeUrlPath(string path)
         {
             if (path.Length > 0 && path[0] == '/')