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 +}