Fix build on Linux.

This commit is contained in:
John Preston 2021-08-18 13:06:47 +03:00
parent ca31a08182
commit c77f4dd794
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ void SectionWidget::PaintBackground(
paintCache(state.now);
return;
}
const auto patternOpacity = background->paper().patternOpacity();
const auto &prepared = background->prepared();
if (!prepared.isNull() && !background->tile()) {
const auto hq = PainterHighQualityEnabler(p);