mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 04:42:58 +08:00
Remove unnecessary disposal
This commit is contained in:
parent
23acddcb56
commit
d22a1229cb
@ -71,12 +71,5 @@ namespace osu.Game.Overlays.Direct
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void Dispose(bool isDisposing)
|
|
||||||
{
|
|
||||||
base.Dispose(isDisposing);
|
|
||||||
|
|
||||||
button?.State.UnbindAll();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user