mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 12:02:55 +08:00
Remove unused variable
This commit is contained in:
parent
24bb44a152
commit
fa6074925e
@ -13,10 +13,9 @@ namespace osu.Game.Tests.Visual
|
||||
{
|
||||
public TestCaseTextBadgePair()
|
||||
{
|
||||
Container container;
|
||||
TextBadgePair textBadgePair;
|
||||
|
||||
Add(container = new Container
|
||||
Add(new Container
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
|
Loading…
Reference in New Issue
Block a user