One more fix for GCC build.

This commit is contained in:
John Preston 2022-09-03 09:08:13 +04:00
parent b48674d302
commit a736ddb24e
1 changed files with 0 additions and 1 deletions

View File

@ -777,7 +777,6 @@ void EmojiListWidget::fillRecent() {
void EmojiListWidget::fillRecentFrom(const std::vector<DocumentId> &list) {
const auto test = session().isTestMode();
const auto owner = &session().data();
_recent.clear();
_recent.reserve(list.size());
for (const auto &id : list) {