1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-16 22:17:19 +08:00

Remove non-accessed field

This commit is contained in:
Dean Herbert 2021-03-17 17:02:11 +09:00
parent c7740d1181
commit 3b6a1180b6

@ -74,7 +74,6 @@ namespace osu.Game.Screens.Edit
private string lastSavedHash; private string lastSavedHash;
private Box bottomBackground;
private Container<EditorScreen> screenContainer; private Container<EditorScreen> screenContainer;
private EditorScreen currentScreen; private EditorScreen currentScreen;
@ -242,7 +241,7 @@ namespace osu.Game.Screens.Edit
Height = 60, Height = 60,
Children = new Drawable[] Children = new Drawable[]
{ {
bottomBackground = new Box new Box
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Colour = colours.Gray2 Colour = colours.Gray2