2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Beta version 3.3.2: Fix build with GCC.

This commit is contained in:
John Preston
2021-12-30 00:19:47 +03:00
parent 67fa58edc4
commit 2c20e7bb02
9 changed files with 0 additions and 30 deletions

View File

@@ -76,7 +76,6 @@ void AddReactionIcon(
icon->paintRequest(
) | rpl::start_with_next([=] {
Painter p(icon);
const auto width = icon->width();
if (!state->image.isNull()) {
p.drawImage(0, 0, state->image);
}