Cleanup - ContentController ctor
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user