Remove unused variable.

This commit is contained in:
Dean Herbert 2017-03-23 15:35:42 +09:00
parent ebb64e01d1
commit 0863efb2c8
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -25,8 +25,6 @@ namespace osu.Game.Modes.Judgements
protected readonly SpriteText JudgementText; protected readonly SpriteText JudgementText;
protected double HitVisibleLength => 600;
/// <summary> /// <summary>
/// Creates a drawable which visualises a <see cref="JudgementInfo"/>. /// Creates a drawable which visualises a <see cref="JudgementInfo"/>.
/// </summary> /// </summary>