Remove unused EF class and unnecessary interface

This commit is contained in:
Dean Herbert
2021-01-11 19:47:43 +09:00
parent fc55d67c66
commit 536e7229d0
9 changed files with 10 additions and 174 deletions

View File

@ -74,7 +74,7 @@ namespace osu.Game.Tests.Visual
typeof(FileStore),
typeof(ScoreManager),
typeof(BeatmapManager),
typeof(IKeyBindingStore),
typeof(RealmKeyBindingStore),
typeof(SettingsStore),
typeof(RulesetConfigCache),
typeof(OsuColour),