From 5f69f67261b17ef94719a7f25896c4a499c4dea3 Mon Sep 17 00:00:00 2001 From: Arne Kiesewetter Date: Sun, 22 Dec 2024 21:56:37 +0100 Subject: [PATCH] Remove test keys --- .../UI/Tooltips/TooltipConfig.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/MonkeyLoader.Resonite.Integration/UI/Tooltips/TooltipConfig.cs b/MonkeyLoader.Resonite.Integration/UI/Tooltips/TooltipConfig.cs index e8eaa14..55aae13 100644 --- a/MonkeyLoader.Resonite.Integration/UI/Tooltips/TooltipConfig.cs +++ b/MonkeyLoader.Resonite.Integration/UI/Tooltips/TooltipConfig.cs @@ -29,11 +29,6 @@ public sealed class TooltipConfig : SingletonConfigSection new ConfigKeyRange(.5f, 4) }; - private static readonly DefiningConfigKey _testKey0 = new("testKey0", "Test key0.", () => ShadowType.Hard); - private static readonly DefiningConfigKey _testKey = new("testKey", "Test key.", () => ShadowType.Soft); - private static readonly DefiningConfigKey _testKey3 = new("testKey3", "Test key3.", () => MappingTarget.NONE); - private static readonly DefiningConfigKey _testKey2 = new("testKey2", "Test key2.", () => null); - /// /// Gets the background color for tooltips. ///