1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Remove unused field

This commit is contained in:
Bartłomiej Dach 2023-07-08 15:03:33 +02:00
parent 04a1550215
commit 0ecfb7b36f
No known key found for this signature in database

View File

@ -26,8 +26,6 @@ namespace osu.Game.Tests.Visual
protected readonly ManualInputManager InputManager; protected readonly ManualInputManager InputManager;
private readonly RoundedButton buttonLocal;
private readonly Container takeControlOverlay; private readonly Container takeControlOverlay;
/// <summary> /// <summary>
@ -109,7 +107,7 @@ namespace osu.Game.Tests.Visual
Children = new Drawable[] Children = new Drawable[]
{ {
buttonLocal = new RoundedButton new RoundedButton
{ {
Text = "Take control back", Text = "Take control back",
Size = new Vector2(180, 30), Size = new Vector2(180, 30),