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

@ -49,9 +49,6 @@ namespace osu.Game.Screens.Ranking.Expanded.Statistics
s.Font = OsuFont.Torus.With(size: 20, fixedWidth: true);
s.Spacing = new Vector2(-2, 0);
});
public override void Increment(int amount)
=> Current.Value += amount;
}
}
}