1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 20:50:48 +08:00

Remove unused variable.

This commit is contained in:
Dean Herbert
2017-03-23 15:35:42 +09:00
Unverified
parent ebb64e01d1
commit 0863efb2c8
@@ -25,8 +25,6 @@ namespace osu.Game.Modes.Judgements
protected readonly SpriteText JudgementText;
protected double HitVisibleLength => 600;
/// <summary>
/// Creates a drawable which visualises a <see cref="JudgementInfo"/>.
/// </summary>