1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 22:27:46 +08:00

Remove unused code

This commit is contained in:
Andrew Hong 2023-07-12 06:32:33 -04:00
parent b3b6df6e30
commit b05ba8c501

View File

@ -279,10 +279,6 @@ namespace osu.Game.Online.Chat
// handle channels
handleMatches(channel_regex, "{0}", $@"{OsuGameBase.OSU_PROTOCOL}chan/{{0}}", result, startIndex, LinkAction.OpenChannel);
string empty = "";
while (space-- > 0)
empty += "\0";
return result;
}