mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Trying to get rid of unused variables...
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user