mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Remove unused variable
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user