1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +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;
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),