1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 06:09:55 +08:00

Remove unused code

This commit is contained in:
Andrew Hong
2023-07-12 06:32:33 -04:00
Unverified
parent b3b6df6e30
commit b05ba8c501
-4
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;
}