From f8d6c90193c17e8d8bb9bf9991fc2d0fc7d8021c Mon Sep 17 00:00:00 2001 From: Stephan Date: Wed, 8 Jun 2016 14:20:45 +0200 Subject: [PATCH] Cleanup - ContentController ctor --- src/Umbraco.Web/Editors/ContentController.cs | 10 ---------- 1 file changed, 10 deletions(-) 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 ///