Version 4.8.5: Fix build with GCC.

This commit is contained in:
John Preston 2023-07-21 00:53:53 +04:00
parent e646205bca
commit 9a6cb68d71
1 changed files with 0 additions and 1 deletions

View File

@ -388,7 +388,6 @@ void Header::show(HeaderData data) {
? _playPause->x()
: (outer - st::storiesHeaderMargin.right());
const auto nameLeft = st::storiesHeaderNamePosition.x();
const auto nameNatural = _name->naturalWidth();
if (counter) {
counter += st::normalFont->spacew;
}