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

Remove no longer valid comments

This commit is contained in:
Salman Ahmed 2022-03-21 14:06:47 +03:00
parent 058fbbbe6c
commit 33acc5d720

View File

@ -56,8 +56,6 @@ namespace osu.Game.Skinning.Editor
protected override void PopIn()
{
// base call intentionally omitted as we have custom behaviour.
if (skinEditor != null)
{
skinEditor.Show();
@ -88,11 +86,7 @@ namespace osu.Game.Skinning.Editor
});
}
protected override void PopOut()
{
// base call intentionally omitted.
skinEditor?.Hide();
}
protected override void PopOut() => skinEditor?.Hide();
private void updateComponentVisibility()
{