1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 05:02:53 +08:00

Remove unused Background

This commit is contained in:
DrabWeb 2017-05-22 01:13:51 -03:00
parent 800a319470
commit 26bf9dd64b

View File

@ -64,10 +64,6 @@ namespace osu.Game.Screens.Multiplayer
RelativeSizeAxes = Axes.Both,
Colour = OsuColour.Gray(34),
},
new Background(@"Backgrounds/bg4")
{
RelativeSizeAxes = Axes.Both,
},
sideStrip = new Box
{
RelativeSizeAxes = Axes.Y,