Remove code that is not needed anymore

This commit is contained in:
ekrctb
2022-10-04 15:08:53 +09:00
parent 1cccd03480
commit 2aa4d21c75
2 changed files with 0 additions and 8 deletions

View File

@ -54,10 +54,6 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
}
}
protected override void UpdateInitialTransforms()
{
}
protected override void UpdateStartTimeStateTransforms() => this.FadeOut(150);
}
}