From 16e9332aec071314d6a2b3b27320ff816eb3a03d Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Thu, 8 Jul 2021 22:41:36 -0400 Subject: [PATCH] Remove commented code --- resources/qml/ui/animations/BlinkAnimation.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/qml/ui/animations/BlinkAnimation.qml b/resources/qml/ui/animations/BlinkAnimation.qml index 377296eb..73991a1f 100644 --- a/resources/qml/ui/animations/BlinkAnimation.qml +++ b/resources/qml/ui/animations/BlinkAnimation.qml @@ -17,12 +17,10 @@ SequentialAnimation { property: "opacity" from: 0 to: 1 - // /duration: 300 } PauseAnimation { id: pauseAnimation - // duration: spinner.barCount * 150 } } \ No newline at end of file