Fix some unused variables in test cases.

This commit is contained in:
Dean Herbert
2017-04-03 18:33:14 +09:00
parent 8fcb1690cf
commit b0ebacb06d
4 changed files with 7 additions and 21 deletions

View File

@ -3,15 +3,12 @@
using osu.Framework.Testing;
using osu.Framework.Graphics.Containers;
using osu.Framework.Threading;
using osu.Game.Overlays;
namespace osu.Desktop.VisualTests.Tests
{
internal class TestCaseChatDisplay : TestCase
{
private ScheduledDelegate messageRequest;
public override string Description => @"Testing chat api and overlay";
public override void Reset()