From 322446effe35df553cc9a226f04af2c098fa1198 Mon Sep 17 00:00:00 2001 From: DrabWeb Date: Tue, 14 Mar 2017 11:11:23 -0300 Subject: [PATCH] -Unused usings --- osu.Game/Screens/Select/Leaderboards/LeaderboardScore.cs | 3 --- osu.Game/Screens/Select/PlaySongSelect.cs | 1 - osu.Game/Screens/Tournament/Group.cs | 1 - osu.Game/Screens/Tournament/GroupContainer.cs | 1 - 4 files changed, 6 deletions(-) diff --git a/osu.Game/Screens/Select/Leaderboards/LeaderboardScore.cs b/osu.Game/Screens/Select/Leaderboards/LeaderboardScore.cs index 573365cdd2..b04bfff4f4 100644 --- a/osu.Game/Screens/Select/Leaderboards/LeaderboardScore.cs +++ b/osu.Game/Screens/Select/Leaderboards/LeaderboardScore.cs @@ -11,10 +11,7 @@ using osu.Framework.Graphics.Transforms; using osu.Game.Graphics; using osu.Game.Graphics.Sprites; using osu.Game.Modes; -using osu.Framework.Graphics.Textures; -using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; -using osu.Framework.Extensions; using osu.Game.Modes.Mods; using osu.Game.Users; diff --git a/osu.Game/Screens/Select/PlaySongSelect.cs b/osu.Game/Screens/Select/PlaySongSelect.cs index 943084b9f2..09ba794122 100644 --- a/osu.Game/Screens/Select/PlaySongSelect.cs +++ b/osu.Game/Screens/Select/PlaySongSelect.cs @@ -30,7 +30,6 @@ using osu.Framework.Threading; using osu.Game.Overlays.Mods; using osu.Game.Overlays; using osu.Game.Screens.Select.Options; -using osu.Game.Screens.Select.Leaderboards; namespace osu.Game.Screens.Select { diff --git a/osu.Game/Screens/Tournament/Group.cs b/osu.Game/Screens/Tournament/Group.cs index 870b297bac..d1fb6ab18c 100644 --- a/osu.Game/Screens/Tournament/Group.cs +++ b/osu.Game/Screens/Tournament/Group.cs @@ -11,7 +11,6 @@ using osu.Framework.Graphics.Primitives; using osu.Framework.Graphics.Sprites; using osu.Framework.Graphics.Textures; using osu.Game.Graphics.Sprites; -using osu.Game.Screens.Tournament.Teams; using OpenTK; using OpenTK.Graphics; using osu.Game.Users; diff --git a/osu.Game/Screens/Tournament/GroupContainer.cs b/osu.Game/Screens/Tournament/GroupContainer.cs index e27f4e4f65..b99819fe4f 100644 --- a/osu.Game/Screens/Tournament/GroupContainer.cs +++ b/osu.Game/Screens/Tournament/GroupContainer.cs @@ -7,7 +7,6 @@ using System.Linq; using System.Text; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; -using osu.Game.Screens.Tournament.Teams; using OpenTK; using osu.Game.Users;