1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 04:02:54 +08:00

Remove not used usings

This commit is contained in:
miterosan 2018-11-21 21:59:43 +01:00
parent 7f1f7300d3
commit 21c9353fee
2 changed files with 0 additions and 3 deletions

View File

@ -3,7 +3,6 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Configuration;

View File

@ -2,7 +2,6 @@
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Collections.Generic;
using System.Collections.Specialized;
using osuTK;
using osuTK.Graphics;
using osu.Framework.Allocation;
@ -20,7 +19,6 @@ using osu.Game.Online.Chat;
using osu.Game.Overlays.Chat;
using osu.Game.Overlays.Chat.Selection;
using osu.Game.Overlays.Chat.Tabs;
using System.Linq;
namespace osu.Game.Overlays
{