1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 06:29:54 +08:00

Remove unused field

This commit is contained in:
Bartłomiej Dach
2023-07-08 15:03:33 +02:00
Unverified
parent 04a1550215
commit 0ecfb7b36f
@@ -26,8 +26,6 @@ namespace osu.Game.Tests.Visual
protected readonly ManualInputManager InputManager;
private readonly RoundedButton buttonLocal;
private readonly Container takeControlOverlay;
/// <summary>
@@ -109,7 +107,7 @@ namespace osu.Game.Tests.Visual
Children = new Drawable[]
{
buttonLocal = new RoundedButton
new RoundedButton
{
Text = "Take control back",
Size = new Vector2(180, 30),