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

@ -33,11 +33,6 @@ namespace osu.Game.Graphics.UserInterface
return Math.Abs(currentValue - newValue) * RollingDuration * 100.0f;
}
public override void Increment(int amount)
{
Current.Value += amount;
}
protected override OsuSpriteText CreateSpriteText()
=> base.CreateSpriteText().With(s => s.Font = s.Font.With(size: 20f));
}