mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 05:52:56 +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;
|
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),
|
||||||
|
Loading…
Reference in New Issue
Block a user