1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:22:55 +08:00

Remove unused local variable.

This commit is contained in:
Dean Herbert 2017-02-23 12:17:42 +09:00
parent 521a9b7728
commit aec5fa9d72
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -18,7 +18,6 @@ namespace osu.Desktop.VisualTests.Tests
public override string Description => @"Tests the mod select overlay";
private ModSelectOverlay modSelect;
private WaveOverlayContainer wave;
public override void Reset()
{