diff --git a/src/Spectre.Console/Style.cs b/src/Spectre.Console/Style.cs index 28637c6..018e899 100644 --- a/src/Spectre.Console/Style.cs +++ b/src/Spectre.Console/Style.cs @@ -93,15 +93,6 @@ namespace Spectre.Console return new Style(link: link); } - /// - /// Creates a copy of the current . - /// - /// A copy of the current . - public Style Clone() - { - return new Style(Foreground, Background, Decoration, Link); - } - /// /// Combines this style with another one. ///