1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:07:23 +08:00

Remove unused injection

This commit is contained in:
Craftplacer 2020-01-19 17:56:01 +01:00
parent 4feae82434
commit 5f96940b7d

View File

@ -36,7 +36,7 @@ namespace osu.Game.Overlays.Chat
}
[BackgroundDependencyLoader]
private void load(OsuColour colours)
private void load()
{
Child = new OsuContextMenuContainer
{