From de87141e907672edf3531e51b561208e294c1909 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Sun, 19 Feb 2017 18:39:54 +0900 Subject: [PATCH] Remove unused using statements. --- osu.Game/Overlays/ChatOverlay.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/osu.Game/Overlays/ChatOverlay.cs b/osu.Game/Overlays/ChatOverlay.cs index 3088b5e7a1..e1593f1654 100644 --- a/osu.Game/Overlays/ChatOverlay.cs +++ b/osu.Game/Overlays/ChatOverlay.cs @@ -1,12 +1,10 @@ // Copyright (c) 2007-2017 ppy Pty Ltd . // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE -using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using OpenTK; -using OpenTK.Graphics; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; @@ -20,7 +18,6 @@ using osu.Game.Online.API.Requests; using osu.Game.Online.Chat; using osu.Game.Online.Chat.Drawables; using osu.Game.Graphics.UserInterface; -using osu.Game.Screens.Select; using osu.Framework.Graphics.Primitives; using osu.Framework.Graphics.UserInterface;