1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 07:27:25 +08:00

Remove unused field.

This commit is contained in:
Dean Herbert 2017-01-30 16:08:31 +09:00
parent 6d44c5c8f1
commit a315db68ab

View File

@ -65,7 +65,6 @@ namespace osu.Game.Screens.Menu
}
public bool Interactive = true;
private Box colourLayer;
private Box flashLayer;
public OsuLogo()
@ -106,7 +105,7 @@ namespace osu.Game.Screens.Menu
Origin = Anchor.Centre,
Children = new Drawable[]
{
colourLayer = new Box
new Box
{
RelativeSizeAxes = Axes.Both,
Colour = OsuPink,