Remove unused local variable.

This commit is contained in:
Dean Herbert
2017-02-23 12:17:42 +09:00
parent 521a9b7728
commit aec5fa9d72

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()
{