1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 12:33:01 +08:00

Remove unused store resolution

This commit is contained in:
Dean Herbert 2021-04-24 02:05:53 +09:00
parent 0fce0a4204
commit 6dd48f204c

View File

@ -26,9 +26,6 @@ namespace osu.Game.Input.Bindings
private IDisposable realmSubscription;
private IQueryable<RealmKeyBinding> realmKeyBindings;
[Resolved]
private RealmKeyBindingStore store { get; set; }
[Resolved]
private RealmContextFactory realmFactory { get; set; }