1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 13:22:55 +08:00

Remove unnecessary set.

This commit is contained in:
Dean Herbert 2017-03-16 17:02:37 +09:00
parent 1a7c2eda5e
commit 93c0fe5140
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -45,12 +45,5 @@ namespace osu.Game.Graphics.UserInterface
item.AccentColour = value; item.AccentColour = value;
} }
} }
protected override void Update()
{
base.Update();
DropDown.HeaderHeight = DrawHeight;
}
} }
} }