diff --git a/Telegram/SourceFiles/window/section_widget.cpp b/Telegram/SourceFiles/window/section_widget.cpp index 6ad9781b5..7fc228453 100644 --- a/Telegram/SourceFiles/window/section_widget.cpp +++ b/Telegram/SourceFiles/window/section_widget.cpp @@ -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);