1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 21:42:55 +08:00

Revert unnecessary change

This commit is contained in:
smoogipoo 2021-04-19 15:30:11 +09:00
parent ef3801b5dd
commit 25c7dc9ef0

View File

@ -31,11 +31,6 @@ namespace osu.Game.Online.Chat
Parts = parts.ToList(); Parts = parts.ToList();
} }
public DrawableLinkCompiler(Drawable part)
{
Parts = new List<Drawable> { part };
}
[BackgroundDependencyLoader] [BackgroundDependencyLoader]
private void load(OsuColour colours) private void load(OsuColour colours)
{ {