diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2021-07-08 22:41:36 -0400 |
---|---|---|
committer | Joseph Donofry <joedonofry@gmail.com> | 2021-07-08 22:41:36 -0400 |
commit | 16e9332aec071314d6a2b3b27320ff816eb3a03d (patch) | |
tree | 8579e89b0a6827699204fe7a328ae681481a0594 | |
parent | Fixes from code review (diff) | |
download | nheko-16e9332aec071314d6a2b3b27320ff816eb3a03d.tar.xz |
Remove commented code
-rw-r--r-- | resources/qml/ui/animations/BlinkAnimation.qml | 2 |
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 |