Cleanup - ContentController ctor

This commit is contained in:
Stephan
2016-06-08 14:20:45 +02:00
parent ffeeb4f7d4
commit f8d6c90193

View File

@@ -40,16 +40,6 @@ namespace Umbraco.Web.Editors
{
private readonly IFacadeService _facadeService;
/// <summary>
/// Constructor
/// </summary>
public ContentController()
: this(UmbracoContext.Current, null)
{
// fixme wtf?
throw new NotSupportedException("Why are we even calling that ctor?");
}
/// <summary>
/// Constructor
/// </summary>