Skip to content

Commit

Permalink
Remove test keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Dec 22, 2024
1 parent 37a845d commit 5f69f67
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ public sealed class TooltipConfig : SingletonConfigSection<TooltipConfig>
new ConfigKeyRange<float>(.5f, 4)
};

private static readonly DefiningConfigKey<ShadowType> _testKey0 = new("testKey0", "Test key0.", () => ShadowType.Hard);
private static readonly DefiningConfigKey<ShadowType?> _testKey = new("testKey", "Test key.", () => ShadowType.Soft);
private static readonly DefiningConfigKey<MappingTarget> _testKey3 = new("testKey3", "Test key3.", () => MappingTarget.NONE);
private static readonly DefiningConfigKey<MappingTarget?> _testKey2 = new("testKey2", "Test key2.", () => null);

/// <summary>
/// Gets the background color for tooltips.
/// </summary>
Expand Down

0 comments on commit 5f69f67

Please sign in to comment.