1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 10:22:56 +08:00

Remove redundant Expire call

This commit is contained in:
Jai Sharma 2022-04-16 19:28:24 +01:00
parent 36aea9009e
commit 2f41cddb00

View File

@ -90,7 +90,6 @@ namespace osu.Game.Overlays.Chat.ChannelList
channelMap.Remove(channel);
flow.Remove(item);
item.Expire();
}
public ChannelListItem GetItem(Channel channel)