From 5761e7559a989abdca45041366e3916754f4990d Mon Sep 17 00:00:00 2001 From: John Preston Date: Sun, 31 Oct 2021 09:45:43 +0400 Subject: [PATCH] Fix compilation error on GCC. --- Telegram/SourceFiles/boxes/peers/peer_short_info_box.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Telegram/SourceFiles/boxes/peers/peer_short_info_box.cpp b/Telegram/SourceFiles/boxes/peers/peer_short_info_box.cpp index 28c0367d86..d57bca3391 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);