diff --git a/osu.Game/Configuration/SessionStatics.cs b/osu.Game/Configuration/SessionStatics.cs index fca0ad9641..d41fce8747 100644 --- a/osu.Game/Configuration/SessionStatics.cs +++ b/osu.Game/Configuration/SessionStatics.cs @@ -1,7 +1,6 @@ // Copyright (c) ppy Pty Ltd . 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(Static.LowBatteryNotificationShownOnce).SetDefault(); GetBindable(Static.LastHoverSoundPlaybackTime).SetDefault(); } - - private void ensureDefault(Bindable bindable) => bindable.SetDefault(); } public enum Static