diff --git a/UnitTests/Text/TextFormatterTests.cs b/UnitTests/Text/TextFormatterTests.cs index 858a660a1..dac0c0cb6 100644 --- a/UnitTests/Text/TextFormatterTests.cs +++ b/UnitTests/Text/TextFormatterTests.cs @@ -246,13 +246,6 @@ namespace Terminal.Gui.TextTests { Assert.Equal (Key.Unknown, hotKey); } - static string testHotKeyAtStart = "_K Before"; - static string testHotKeyAtSecondPos = "a_K Second"; - static string testHotKeyAtLastPos = "Last _K"; - static string testHotKeyAfterLastChar = "After K_"; - static string testMultiHotKeys = "Multiple _K and _R"; - static string testNonEnglish = "Non-english: _Кдать"; - [Theory] [InlineData (null)] [InlineData ("")]