Remove match info

This commit is contained in:
smoogipoo
2020-02-14 20:14:25 +09:00
parent b0793b06ed
commit c0dba63278
8 changed files with 2 additions and 382 deletions

View File

@ -61,7 +61,6 @@ namespace osu.Game.Screens.Multi.Match
private void load()
{
Components.Header header;
Info info;
GridContainer bottomRow;
MatchSettingsOverlay settings;
@ -79,7 +78,6 @@ namespace osu.Game.Screens.Multi.Match
Depth = -1,
}
},
new Drawable[] { info = new Info { OnStart = onStart } },
new Drawable[]
{
bottomRow = new GridContainer