OSDN Git Service

remove unused QUnifiedTimer::runningAnimationCount() method
authorIvailo Monev <xakepa10@gmail.com>
Fri, 9 Oct 2020 11:31:04 +0000 (14:31 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Fri, 9 Oct 2020 11:31:04 +0000 (14:31 +0300)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/gui/animation/qabstractanimation_p.h

index 66a9c16..0634b7f 100644 (file)
@@ -154,9 +154,6 @@ public:
     void restartAnimationTimer();
     void updateAnimationsTime();
 
-    //useful for profiling/debugging
-    int runningAnimationCount() { return animations.count(); }
-
 protected:
     void timerEvent(QTimerEvent *);