Version 4.5: Fix build with GCC.

This commit is contained in:
John Preston 2022-12-30 16:16:35 +04:00
parent 4f3510c47c
commit bc71a2619a
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ Image *ReplyPreview::image(
_photoMedia->wanted(Size::Small, origin);
}
if (spoiler) {
const auto option = Images::Option::Blur;
if (const auto blurred = _photoMedia->thumbnailInline()) {
prepare(blurred, {}, true);
} else if (const auto small = _photoMedia->image(Size::Small)) {