mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
nit: remove old comment
This commit is contained in:
parent
2e30ebc825
commit
6d6541d0b5
|
@ -241,7 +241,6 @@ LimitedQueueSnapshot<MessagePtr> SearchPopup::buildSnapshot()
|
|||
const LimitedQueueSnapshot<MessagePtr> &snapshot =
|
||||
sharedView.channel()->getMessageSnapshot();
|
||||
|
||||
// TODO: implement iterator on LimitedQueueSnapshot?
|
||||
for (const auto &message : snapshot)
|
||||
{
|
||||
if (filterSet && !filterSet->filter(message, sharedView.channel()))
|
||||
|
|
Loading…
Reference in a new issue