Remove unnecessary usings

This commit is contained in:
Thomas Müller
2017-03-04 19:43:59 +01:00
parent a14bdf8624
commit 73fef85b12
30 changed files with 0 additions and 52 deletions

View File

@ -3,11 +3,6 @@
using osu.Framework.Configuration;
using osu.Framework.Platform;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace osu.Game.Screens.Tournament.Components
{