2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-10-17 14:36:45 +00:00

Version 4.14.5: Fix build with GCC.

This commit is contained in:
John Preston
2024-01-16 20:29:37 +04:00
parent 2213bedc12
commit ed027c23d0
6 changed files with 3 additions and 13 deletions

View File

@@ -208,7 +208,6 @@ PreviewWrap::PreviewWrap(
_element->width(),
_element->height()
).translated(_viewport.topLeft());
const auto media = _element->media();
_elementInner = _element->innerGeometry().translated(
_elementGeometry.topLeft());
update();