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

@ -57,8 +57,6 @@ namespace osu.Game.Graphics.UserInterface
}
}
public abstract void Increment(T amount);
/// <summary>
/// Skeleton of a numeric counter which value rolls over time.
/// </summary>