mirror of https://github.com/ppy/osu
Remove unused local
This commit is contained in:
parent
35026ad642
commit
cf3ead8047
|
@ -23,7 +23,6 @@ public class HitCircleOverlapMarker : BlueprintPiece<HitCircle>
|
|||
/// </summary>
|
||||
public const double FADE_OUT_EXTENSION = 700;
|
||||
|
||||
private readonly Circle circle;
|
||||
private readonly RingPiece ring;
|
||||
|
||||
[Resolved]
|
||||
|
@ -37,7 +36,7 @@ public HitCircleOverlapMarker()
|
|||
|
||||
InternalChildren = new Drawable[]
|
||||
{
|
||||
circle = new Circle
|
||||
new Circle
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
|
|
Loading…
Reference in New Issue