1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-27 00:23:01 +08:00

Remove unused private method

This commit is contained in:
Bartłomiej Dach 2021-12-21 08:46:00 +01:00
parent 16fe0e4f89
commit cd10af633c
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -1,7 +1,6 @@
// 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.
using osu.Framework.Bindables;
using osu.Game.Graphics.UserInterface;
using osu.Game.Online.API.Requests.Responses;
using osu.Game.Overlays;
@ -35,8 +34,6 @@ namespace osu.Game.Configuration
GetBindable<bool>(Static.LowBatteryNotificationShownOnce).SetDefault();
GetBindable<double?>(Static.LastHoverSoundPlaybackTime).SetDefault();
}
private void ensureDefault<T>(Bindable<T> bindable) => bindable.SetDefault();
}
public enum Static