summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2021-07-08 22:41:36 -0400
committerJoseph Donofry <joedonofry@gmail.com>2021-07-08 22:41:36 -0400
commit16e9332aec071314d6a2b3b27320ff816eb3a03d (patch)
tree8579e89b0a6827699204fe7a328ae681481a0594
parentFixes from code review (diff)
downloadnheko-16e9332aec071314d6a2b3b27320ff816eb3a03d.tar.xz
Remove commented code
-rw-r--r--resources/qml/ui/animations/BlinkAnimation.qml2
1 files changed, 0 insertions, 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