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:
parent
058fbbbe6c
commit
33acc5d720
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user