Attempt to fix build with GCC.

This commit is contained in:
John Preston 2021-09-07 12:19:42 +03:00
parent 9f43719075
commit 246f2ca1ac

View file

@ -672,7 +672,6 @@ void Gif::drawCornerStatus(
const auto own = activeOwnStreamed();
const auto st = context.st;
const auto sti = context.imageStyle();
const auto stm = context.messageStyle();
const auto text = (own && !own->frozenStatusText.isEmpty())
? own->frozenStatusText
: _statusText;