diff --git a/src/widgets/helper/SearchPopup.cpp b/src/widgets/helper/SearchPopup.cpp index b371cfb97..73f6c47a4 100644 --- a/src/widgets/helper/SearchPopup.cpp +++ b/src/widgets/helper/SearchPopup.cpp @@ -241,7 +241,6 @@ LimitedQueueSnapshot SearchPopup::buildSnapshot() const LimitedQueueSnapshot &snapshot = sharedView.channel()->getMessageSnapshot(); - // TODO: implement iterator on LimitedQueueSnapshot? for (const auto &message : snapshot) { if (filterSet && !filterSet->filter(message, sharedView.channel()))