Remove DI caching of RealmKeyBindingStore

This commit is contained in:
Dean Herbert 2021-04-26 17:52:17 +09:00
parent 253c66034d
commit 21b6adbf79

View File

@ -290,8 +290,6 @@ namespace osu.Game
migrateDataToRealm();
dependencies.CacheAs(KeyBindingStore = new RealmKeyBindingStore(realmFactory));
dependencies.Cache(SettingsStore = new SettingsStore(contextFactory));
dependencies.Cache(RulesetConfigCache = new RulesetConfigCache(SettingsStore));