1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 14:03:01 +08:00

Unused using directives

This commit is contained in:
DrabWeb 2017-05-26 06:12:22 -03:00
parent 12f6276e05
commit c0999c7fc1
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ using osu.Game.Graphics.Sprites;
using osu.Game.Overlays.Direct;
using osu.Game.Overlays.SearchableList;
using OpenTK.Graphics;
using System;
namespace osu.Game.Overlays
{

View File

@ -4,7 +4,6 @@
using System.ComponentModel;
using OpenTK.Graphics;
using osu.Framework.Graphics;
using osu.Game.Database;
using osu.Game.Graphics;
using osu.Game.Overlays.SearchableList;