mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:07:52 +08:00
Remove unused field
This commit is contained in:
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),
|
||||
|
Loading…
Reference in New Issue
Block a user