remove unused field

This commit is contained in:
Andrei Zavatski 2019-07-09 12:28:59 +03:00
parent e8b9b1b0bf
commit 276873ff8a
1 changed files with 1 additions and 3 deletions

View File

@ -29,8 +29,6 @@ public class TestSceneScoresContainer : OsuTestScene
typeof(ScoreTableRowBackground),
};
private readonly Box background;
public TestSceneScoresContainer()
{
ScoresContainer scoresContainer;
@ -43,7 +41,7 @@ public TestSceneScoresContainer()
Width = 0.8f,
Children = new Drawable[]
{
background = new Box
new Box
{
RelativeSizeAxes = Axes.Both,
Colour = Color4.Black,