diff --git a/Telegram/SourceFiles/boxes/about_sponsored_box.cpp b/Telegram/SourceFiles/boxes/about_sponsored_box.cpp index 1603820ff1..e4e3515c04 100644 --- a/Telegram/SourceFiles/boxes/about_sponsored_box.cpp +++ b/Telegram/SourceFiles/boxes/about_sponsored_box.cpp @@ -64,8 +64,7 @@ void AboutSponsoredBox(not_null box) { return Ui::Text::Link(text, url); }), Ui::Text::RichLangValue); - const auto info1 = box->addRow( - object_ptr(box, std::move(text1), stLabel)); + box->addRow(object_ptr(box, std::move(text1), stLabel)); box->addSkip(st::sponsoredUrlButtonSkip); addUrl();