diff --git a/Telegram/SourceFiles/boxes/peers/peer_short_info_box.cpp b/Telegram/SourceFiles/boxes/peers/peer_short_info_box.cpp index 28c0367d8..d57bca339 100644 --- a/Telegram/SourceFiles/boxes/peers/peer_short_info_box.cpp +++ b/Telegram/SourceFiles/boxes/peers/peer_short_info_box.cpp @@ -755,7 +755,6 @@ void PeerShortInfoBox::resizeEvent(QResizeEvent *e) { } int PeerShortInfoBox::fillRoundedTopHeight() { - const auto roundedWidth = _topRoundBackground->width(); const auto roundedHeight = _topRoundBackground->height(); const auto scrollTop = _scroll->scrollTop(); const auto covered = (st::shortInfoWidth - scrollTop);