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

@ -75,7 +75,7 @@ namespace osu.Game.Overlays.Toolbar
protected FillFlowContainer Flow;
[Resolved]
private IKeyBindingStore keyBindings { get; set; }
private RealmKeyBindingStore keyBindings { get; set; }
protected ToolbarButton()
: base(HoverSampleSet.Loud)