1
0
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:
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() 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,