Remove redundant code

This commit is contained in:
Dean Herbert
2019-05-18 21:37:46 +09:00
parent bc46253299
commit 30e36627cf
2 changed files with 1 additions and 6 deletions

View File

@ -22,7 +22,7 @@ namespace osu.Game.Tournament.Screens.Gameplay.Components
public class MatchHeader : Container
{
[BackgroundDependencyLoader]
private void load(LadderInfo ladder)
private void load()
{
RelativeSizeAxes = Axes.X;
Height = 95;