add readonlies and remove unused using directives

This commit is contained in:
Jorolf
2017-03-29 16:00:29 +02:00
parent 866f72e653
commit cdb3150c56
4 changed files with 21 additions and 26 deletions

View File

@ -7,14 +7,11 @@ using osu.Framework.Testing;
using osu.Game.Database;
using osu.Game.Screens.Select;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace osu.Desktop.VisualTests.Tests
{
class TestCaseDetails : TestCase
internal class TestCaseDetails : TestCase
{
private Details details;