From ba6b70fce974490a16e1d0efd9ac79af421e9c70 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Fri, 9 Oct 2020 14:31:04 +0300 Subject: [PATCH] remove unused QUnifiedTimer::runningAnimationCount() method Signed-off-by: Ivailo Monev --- src/gui/animation/qabstractanimation_p.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/animation/qabstractanimation_p.h b/src/gui/animation/qabstractanimation_p.h index 66a9c1673..0634b7f25 100644 --- a/src/gui/animation/qabstractanimation_p.h +++ b/src/gui/animation/qabstractanimation_p.h @@ -154,9 +154,6 @@ public: void restartAnimationTimer(); void updateAnimationsTime(); - //useful for profiling/debugging - int runningAnimationCount() { return animations.count(); } - protected: void timerEvent(QTimerEvent *); -- 2.11.0