Remove no-longer-used interface

This commit is contained in:
Dean Herbert
2021-05-06 15:17:53 +09:00
parent ca4b860920
commit ee23124bb1
3 changed files with 2 additions and 21 deletions

View File

@ -12,7 +12,7 @@ using osuTK;
namespace osu.Game.Screens.Play.HUD
{
public class DefaultComboCounter : RollingCounter<int>, IComboCounter
public class DefaultComboCounter : RollingCounter<int>
{
private readonly Vector2 offset = new Vector2(20, 5);