From 256fcdd27f928a8a29b251b0e29d746608346113 Mon Sep 17 00:00:00 2001 From: Christian Wischenbart Date: Mon, 5 Apr 2021 23:04:11 +0200 Subject: [PATCH] Remove redundant Style constructor. --- src/Spectre.Console/Style.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Spectre.Console/Style.cs b/src/Spectre.Console/Style.cs index b0e1ad0..28637c6 100644 --- a/src/Spectre.Console/Style.cs +++ b/src/Spectre.Console/Style.cs @@ -34,11 +34,6 @@ namespace Spectre.Console /// public static Style Plain { get; } = new Style(); - private Style() - : this(null, null, null, null) - { - } - /// /// Initializes a new instance of the class. ///