mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 17:27:25 +08:00
Remove redundant method override
This commit is contained in:
parent
3c4a25e53f
commit
a1fc4def1d
@ -54,11 +54,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
});
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
}
|
||||
|
||||
protected override void UpdateHoverState()
|
||||
{
|
||||
base.UpdateHoverState();
|
||||
|
Loading…
Reference in New Issue
Block a user