1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +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

View File

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