diff --git a/src/Umbraco.Web/Editors/ContentController.cs b/src/Umbraco.Web/Editors/ContentController.cs index 9d53cc1b63..61adeca8ba 100644 --- a/src/Umbraco.Web/Editors/ContentController.cs +++ b/src/Umbraco.Web/Editors/ContentController.cs @@ -40,16 +40,6 @@ namespace Umbraco.Web.Editors { private readonly IFacadeService _facadeService; - /// - /// Constructor - /// - public ContentController() - : this(UmbracoContext.Current, null) - { - // fixme wtf? - throw new NotSupportedException("Why are we even calling that ctor?"); - } - /// /// Constructor ///