2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Trying to get rid of unused variables...

This commit is contained in:
Ilya Fedin
2021-03-14 00:08:07 +04:00
committed by John Preston
parent 12e306dd7b
commit ae0b9141dd
16 changed files with 8 additions and 19 deletions

View File

@@ -213,7 +213,7 @@ void Widget::startShowAnimation() {
showChildren();
auto image = grabForPanelAnimation();
_a_opacity = base::take(opacityAnimation);
_cache = base::take(_cache);
_cache = base::take(cache);
_showAnimation = std::make_unique<Ui::PanelAnimation>(st::emojiPanAnimation, Ui::PanelAnimation::Origin::BottomLeft);
auto inner = rect().marginsRemoved(st::emojiPanMargins);