Fix build with GCC.

This commit is contained in:
John Preston
2026-01-28 22:06:47 +04:00
parent f7f3539f48
commit 49be0d2679
3 changed files with 1 additions and 11 deletions
@@ -1383,15 +1383,6 @@ void SetupStickersEmoji(
checked,
st::settingsCheckbox);
};
const auto add = [&](const QString &label, bool checked, auto &&handle) {
return inner->add(
checkbox(label, checked),
st::settingsCheckboxPadding
)->checkedChanges(
) | rpl::on_next(
std::move(handle),
inner->lifetime());
};
const auto addWithReturn = [&](
const QString &label,
bool checked,