mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 21:03:21 +08:00
Remove unused local variable
This commit is contained in:
parent
006184ed2f
commit
ac235cb506
@ -66,9 +66,9 @@ namespace osu.Game.Tests.Visual.DailyChallenge
|
|||||||
public void TestIntegration()
|
public void TestIntegration()
|
||||||
{
|
{
|
||||||
GridContainer grid = null!;
|
GridContainer grid = null!;
|
||||||
DailyChallengeCarousel carousel = null!;
|
|
||||||
DailyChallengeEventFeed feed = null!;
|
DailyChallengeEventFeed feed = null!;
|
||||||
DailyChallengeScoreBreakdown breakdown = null!;
|
DailyChallengeScoreBreakdown breakdown = null!;
|
||||||
|
|
||||||
AddStep("create content", () => Children = new Drawable[]
|
AddStep("create content", () => Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new Box
|
new Box
|
||||||
@ -90,7 +90,7 @@ namespace osu.Game.Tests.Visual.DailyChallenge
|
|||||||
{
|
{
|
||||||
new Drawable[]
|
new Drawable[]
|
||||||
{
|
{
|
||||||
carousel = new DailyChallengeCarousel
|
new DailyChallengeCarousel
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
|
Loading…
Reference in New Issue
Block a user