diff --git a/MediaBrowser.Common/IApplicationHost.cs b/MediaBrowser.Common/IApplicationHost.cs
index cf4954eef1..e8d9282e40 100644
--- a/MediaBrowser.Common/IApplicationHost.cs
+++ b/MediaBrowser.Common/IApplicationHost.cs
@@ -125,13 +125,5 @@ namespace MediaBrowser.Common
/// The type.
/// System.Object.
object CreateInstance(Type type);
-
- ///
- /// Creates a new instance of a class.
- ///
- /// The type to create.
- /// An addtional parameter.
- /// Created instance.
- object CreateInstance(Type type, object parameter);
}
}