mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Cleanup all other leftover binding instantiation
This commit is contained in:
@ -60,7 +60,6 @@ namespace osu.Game.Rulesets.UI.Scrolling
|
||||
/// </summary>
|
||||
protected readonly BindableDouble TimeRange = new BindableDouble(time_span_default)
|
||||
{
|
||||
Default = time_span_default,
|
||||
MinValue = time_span_min,
|
||||
MaxValue = time_span_max
|
||||
};
|
||||
|
Reference in New Issue
Block a user