Version 4.14.12: Fix build with GCC.

This commit is contained in:
John Preston 2024-02-01 21:12:15 +04:00
parent 04ab148b2e
commit bec34c34b1
2 changed files with 0 additions and 2 deletions

View file

@ -507,7 +507,6 @@ void ReactionsSettingsBox(
};
auto firstCheckedButton = (Ui::RpWidget*)(nullptr);
const auto premiumPossible = controller->session().premiumPossible();
auto list = reactions.list(Data::Reactions::Type::Active);
if (const auto favorite = reactions.favorite()) {
if (favorite->id.custom()) {

View file

@ -133,7 +133,6 @@ void InlineList::layoutButtons() {
return not_null{ &reaction };
}) | ranges::to_vector;
const auto tags = areTags();
const auto &infos = _owner->myTagsInfo();
if (!tags) {
const auto &list = _owner->list(::Data::Reactions::Type::All);
ranges::sort(sorted, [&](