1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 16:42:57 +08:00

Remove unused variable

This commit is contained in:
HoutarouOreki 2018-07-24 17:02:24 +02:00
parent 24bb44a152
commit fa6074925e

View File

@ -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,