mirror of
https://github.com/ppy/osu
synced 2025-02-23 14:17:03 +00:00
Remove unused using.
This commit is contained in:
parent
416384956d
commit
4bdc1fb781
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user