mirror of https://github.com/ppy/osu
Remove redundant initialisation of `Children` to empty array
This commit is contained in:
parent
8463f5c7dd
commit
c8507837d1
|
@ -82,9 +82,6 @@ public Stage(int firstColumnIndex, StageDefinition definition, ref ManiaAction n
|
|||
{
|
||||
Name = "Column backgrounds",
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
}
|
||||
},
|
||||
new Container
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue