mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
One more fix for GCC build.
This commit is contained in:
parent
b48674d302
commit
a736ddb24e
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue