1
0
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:
Dean Herbert 2024-06-26 16:22:25 +09:00
parent 006184ed2f
commit ac235cb506
No known key found for this signature in database

View File

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