mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 16:03:01 +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()
|
public TestCaseTextBadgePair()
|
||||||
{
|
{
|
||||||
Container container;
|
|
||||||
TextBadgePair textBadgePair;
|
TextBadgePair textBadgePair;
|
||||||
|
|
||||||
Add(container = new Container
|
Add(new Container
|
||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
|
Loading…
Reference in New Issue
Block a user