1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 14:12:54 +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() protected override void PopIn()
{ {
// base call intentionally omitted as we have custom behaviour.
if (skinEditor != null) if (skinEditor != null)
{ {
skinEditor.Show(); skinEditor.Show();
@ -88,11 +86,7 @@ namespace osu.Game.Skinning.Editor
}); });
} }
protected override void PopOut() protected override void PopOut() => skinEditor?.Hide();
{
// base call intentionally omitted.
skinEditor?.Hide();
}
private void updateComponentVisibility() private void updateComponentVisibility()
{ {