mirror of
https://github.com/ppy/osu.git
synced 2025-03-16 00:37:19 +08:00
Remove unused code
This commit is contained in:
parent
b3b6df6e30
commit
b05ba8c501
@ -279,10 +279,6 @@ namespace osu.Game.Online.Chat
|
|||||||
// handle channels
|
// handle channels
|
||||||
handleMatches(channel_regex, "{0}", $@"{OsuGameBase.OSU_PROTOCOL}chan/{{0}}", result, startIndex, LinkAction.OpenChannel);
|
handleMatches(channel_regex, "{0}", $@"{OsuGameBase.OSU_PROTOCOL}chan/{{0}}", result, startIndex, LinkAction.OpenChannel);
|
||||||
|
|
||||||
string empty = "";
|
|
||||||
while (space-- > 0)
|
|
||||||
empty += "\0";
|
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user