Remove redundant initialisation of `Children` to empty array

This commit is contained in:
Bartłomiej Dach 2023-06-07 21:51:35 +02:00
parent 8463f5c7dd
commit c8507837d1
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

View File

@ -82,9 +82,6 @@ public Stage(int firstColumnIndex, StageDefinition definition, ref ManiaAction n
{
Name = "Column backgrounds",
RelativeSizeAxes = Axes.Both,
Children = new Drawable[]
{
}
},
new Container
{