mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 19:13:22 +08:00
Revert unnecessary change
This commit is contained in:
parent
ef3801b5dd
commit
25c7dc9ef0
@ -31,11 +31,6 @@ namespace osu.Game.Online.Chat
|
||||
Parts = parts.ToList();
|
||||
}
|
||||
|
||||
public DrawableLinkCompiler(Drawable part)
|
||||
{
|
||||
Parts = new List<Drawable> { part };
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuColour colours)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user