1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-05 16:02:56 +08:00

Remove unused using.

This commit is contained in:
DrabWeb 2018-06-04 07:10:33 -03:00
parent 416384956d
commit 4bdc1fb781

View File

@ -7,7 +7,6 @@ using osu.Framework.Configuration;
using osu.Framework.Input;
using osu.Game.Beatmaps;
using osu.Game.Graphics.Containers;
using osu.Game.Online.API;
namespace osu.Game.Graphics.UserInterface
{
@ -27,7 +26,7 @@ namespace osu.Game.Graphics.UserInterface
}
[BackgroundDependencyLoader]
private void load(BeatmapManager beatmaps, APIAccess api)
private void load(BeatmapManager beatmaps)
{
this.beatmaps = beatmaps;