From 47dee02de40af6aefd40f857014a3aeaa2a75a83 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 5 Jan 2016 15:23:44 +0800 Subject: [PATCH] fixed warning, 0.9.18 --- Telegram/SourceFiles/gui/animation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/gui/animation.cpp b/Telegram/SourceFiles/gui/animation.cpp index e096845cd..dcadbbbf4 100644 --- a/Telegram/SourceFiles/gui/animation.cpp +++ b/Telegram/SourceFiles/gui/animation.cpp @@ -484,7 +484,7 @@ public: , _frameDelay(0) { } - bool readNextFrame(QImage &to, bool &hasAlpha, const QSize &size) { + bool readNextFrame() { if (_reader) _frameDelay = _reader->nextImageDelay(); if (_framesLeft < 1 && !jumpToStart()) { return false;