2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Version 4.14.7: Fix build with GCC.

This commit is contained in:
John Preston
2024-01-18 14:41:28 +04:00
parent 37478d951a
commit d55dd7dffd
5 changed files with 1 additions and 15 deletions

View File

@@ -59,7 +59,6 @@ void CreateRadiobuttonLock(
const auto &icon = st::messagePrivacyLock;
const auto size = st::defaultRadio.diameter;
const auto image = icon.instance(st::checkboxFg->c);
const auto dimensions = image.size();
p.drawImage(QRectF(
(size - icon.width()) / 2.,
(size - icon.height()) / 2.,