Version 4.1: Fix build with GCC.

This commit is contained in:
John Preston 2022-08-12 19:01:41 +03:00
parent ef6d2b2c0b
commit df45294855
1 changed files with 0 additions and 6 deletions

View File

@ -1319,12 +1319,6 @@ void Panel::chooseJoinAs() {
const auto callback = [=](JoinInfo info) {
_call->rejoinAs(info);
};
const auto showBoxCallback = [=](object_ptr<Ui::BoxContent> next) {
showBox(std::move(next));
};
const auto showToastCallback = [=](QString text) {
showToast({ text });
};
_joinAsProcess.start(
_peer,
context,