1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:07:52 +08:00

Remove unused variable

This commit is contained in:
smoogipoo 2018-06-25 16:13:15 +09:00
parent 26d9e3cc10
commit 185789bc7f

View File

@ -33,8 +33,6 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
private readonly CircularContainer targetRing;
private readonly CircularContainer expandingRing;
private bool hasStarted;
private readonly SwellSymbolPiece symbol;
public DrawableSwell(Swell swell)