Remove unused methods and classes

This commit is contained in:
Dean Herbert
2020-08-31 18:14:22 +09:00
parent 8b7446c43f
commit a171d0e292
8 changed files with 0 additions and 58 deletions

View File

@ -51,10 +51,5 @@ namespace osu.Game.Graphics.UserInterface
protected override OsuSpriteText CreateSpriteText()
=> base.CreateSpriteText().With(s => s.Font = s.Font.With(fixedWidth: true));
public override void Increment(double amount)
{
Current.Value += amount;
}
}
}