mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 14:23:02 +08:00
Remove unused method
This commit is contained in:
parent
fc65cb4375
commit
f3c8cd91f4
@ -44,10 +44,5 @@ namespace osu.Game.Screens.Edit
|
|||||||
.Then()
|
.Then()
|
||||||
.FadeTo(1f, 250, Easing.OutQuint);
|
.FadeTo(1f, 250, Easing.OutQuint);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Exit()
|
|
||||||
{
|
|
||||||
Expire();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user