1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:17:23 +08:00

Remove unused using statement.

This commit is contained in:
Dean Herbert 2017-02-24 17:10:45 +09:00
parent 3b312c5710
commit d24403e58e
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.Linq;

View File

@ -15,7 +15,6 @@ using osu.Framework.Timing;
using osu.Framework.Input;
using OpenTK.Input;
using System.Collections;
using System.Diagnostics;
using osu.Framework.MathUtils;
namespace osu.Game.Screens.Select