diff --git a/osu.Desktop.VisualTests/Tests/TestCaseTooltip.cs b/osu.Desktop.VisualTests/Tests/TestCaseTooltip.cs index 604b31de8d..870a9f3397 100644 --- a/osu.Desktop.VisualTests/Tests/TestCaseTooltip.cs +++ b/osu.Desktop.VisualTests/Tests/TestCaseTooltip.cs @@ -47,7 +47,6 @@ namespace osu.Desktop.VisualTests.Tests }, }; - slider.Current.BindTo(new BindableInt(5) { MaxValue = 10, @@ -72,7 +71,6 @@ namespace osu.Desktop.VisualTests.Tests } }; } - } private class TooltipTextbox : OsuTextBox, IHasTooltip