mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 10:52:54 +08:00
Remove unused private method
This commit is contained in:
parent
16fe0e4f89
commit
cd10af633c
@ -1,7 +1,6 @@
|
|||||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||||
// See the LICENCE file in the repository root for full licence text.
|
// See the LICENCE file in the repository root for full licence text.
|
||||||
|
|
||||||
using osu.Framework.Bindables;
|
|
||||||
using osu.Game.Graphics.UserInterface;
|
using osu.Game.Graphics.UserInterface;
|
||||||
using osu.Game.Online.API.Requests.Responses;
|
using osu.Game.Online.API.Requests.Responses;
|
||||||
using osu.Game.Overlays;
|
using osu.Game.Overlays;
|
||||||
@ -35,8 +34,6 @@ namespace osu.Game.Configuration
|
|||||||
GetBindable<bool>(Static.LowBatteryNotificationShownOnce).SetDefault();
|
GetBindable<bool>(Static.LowBatteryNotificationShownOnce).SetDefault();
|
||||||
GetBindable<double?>(Static.LastHoverSoundPlaybackTime).SetDefault();
|
GetBindable<double?>(Static.LastHoverSoundPlaybackTime).SetDefault();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ensureDefault<T>(Bindable<T> bindable) => bindable.SetDefault();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum Static
|
public enum Static
|
||||||
|
Loading…
Reference in New Issue
Block a user