From 76faf89acaad295bddc2dfc5428fa6052931f89d Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 2 Oct 2013 12:20:11 -0400 Subject: handle type creation errors --- MediaBrowser.Common/IApplicationHost.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'MediaBrowser.Common') diff --git a/MediaBrowser.Common/IApplicationHost.cs b/MediaBrowser.Common/IApplicationHost.cs index 7cb58f580..c634871fa 100644 --- a/MediaBrowser.Common/IApplicationHost.cs +++ b/MediaBrowser.Common/IApplicationHost.cs @@ -89,13 +89,6 @@ namespace MediaBrowser.Common /// Task. Task UpdateApplication(PackageVersionInfo package, CancellationToken cancellationToken, IProgress progress); - /// - /// Creates an instance of type and resolves all constructor dependancies - /// - /// The type. - /// System.Object. - object CreateInstance(Type type); - /// /// Resolves this instance. /// -- cgit v1.2.3