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

View File

@ -82,9 +82,6 @@ namespace osu.Game.Rulesets.Mania.UI
{
Name = "Column backgrounds",
RelativeSizeAxes = Axes.Both,
Children = new Drawable[]
{
}
},
new Container
{