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. ///