From c1cfea7ebd8f0988f646e3e4870bcdb323ff3b0c Mon Sep 17 00:00:00 2001 From: Claus Date: Mon, 12 Feb 2018 11:12:46 +0100 Subject: [PATCH] removing constructor. --- src/Umbraco.Web/Features/EnabledFeatures.cs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/Umbraco.Web/Features/EnabledFeatures.cs b/src/Umbraco.Web/Features/EnabledFeatures.cs index afa1988988..7f0d047992 100644 --- a/src/Umbraco.Web/Features/EnabledFeatures.cs +++ b/src/Umbraco.Web/Features/EnabledFeatures.cs @@ -5,18 +5,10 @@ namespace Umbraco.Web.Features /// internal class EnabledFeatures { - /// - /// Initializes a new instance of the class. - /// - public EnabledFeatures() - { - - } - /// /// Specifies if rendering pipeline should ignore HasTemplate check when handling a request. /// This is to allow JSON preview of content with no template set. /// public bool RenderNoTemplate { get; set; } } -} \ No newline at end of file +}