Gui: Remove unnecessary 'started' variable member in navigation animation

This commit is contained in:
Rexbas
2023-10-22 10:34:30 +02:00
committed by wwmayer
parent 37e600e766
commit e2579b7685
3 changed files with 2 additions and 6 deletions

View File

@@ -94,7 +94,6 @@ void NavigationAnimator::stop()
*/
void NavigationAnimator::reset() {
disconnect(activeAnimation.get(), &NavigationAnimation::finished, 0, 0);
activeAnimation->started = false;
activeAnimation->stopAnimation();
activeAnimation.reset();
}