mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Remove redundant initialisation
This commit is contained in:
@ -54,7 +54,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
|
||||
private BeatmapManager manager { get; set; }
|
||||
|
||||
private int importId = 0;
|
||||
private int importId;
|
||||
|
||||
[Test]
|
||||
public void TestPrevTrackBehavior()
|
||||
|
Reference in New Issue
Block a user