1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 08:02:55 +08:00

Remove unnecessary overrides

This commit is contained in:
Bartłomiej Dach 2021-03-15 20:43:30 +01:00
parent 58220481db
commit f4e508b570
2 changed files with 0 additions and 4 deletions

View File

@ -21,8 +21,6 @@ namespace osu.Game.Rulesets.Mania.UI
{
private const float default_large_faint_size = 0.8f;
public override bool RemoveWhenNotAlive => true;
[Resolved]
private Column column { get; set; }

View File

@ -13,8 +13,6 @@ namespace osu.Game.Rulesets.Taiko.Skinning.Legacy
{
public class LegacyHitExplosion : CompositeDrawable, IAnimatableHitExplosion
{
public override bool RemoveWhenNotAlive => false;
private readonly Drawable sprite;
[CanBeNull]