Skip to content

Commit

Permalink
Version 4.8.5: Fix build with GCC.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jul 20, 2023
1 parent e646205 commit 9a6cb68
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9a6cb68

Please sign in to comment.