1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 20:53:04 +08:00

Remove unused locals

This commit is contained in:
Bartłomiej Dach 2020-10-25 23:55:22 +01:00
parent 0a23e994e2
commit 5ef1b5dcb5

View File

@ -39,11 +39,9 @@ namespace osu.Game.Rulesets.Osu.Mods
protected void ApplyTraceableState(DrawableHitObject drawable, ArmedState state) protected void ApplyTraceableState(DrawableHitObject drawable, ArmedState state)
{ {
if (!(drawable is DrawableOsuHitObject drawableOsu)) if (!(drawable is DrawableOsuHitObject))
return; return;
var h = drawableOsu.HitObject;
//todo: expose and hide spinner background somehow //todo: expose and hide spinner background somehow
switch (drawable) switch (drawable)