mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Remove redundant initialisation
This commit is contained in:
parent
743a92bbbe
commit
0d752dc7b8
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user