aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/skottie/SkottieAnimator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/skottie/SkottieAnimator.cpp')
-rw-r--r--experimental/skottie/SkottieAnimator.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/experimental/skottie/SkottieAnimator.cpp b/experimental/skottie/SkottieAnimator.cpp
index d8cc6e7769..4554409761 100644
--- a/experimental/skottie/SkottieAnimator.cpp
+++ b/experimental/skottie/SkottieAnimator.cpp
@@ -74,9 +74,6 @@ protected:
return;
for (const json::ValueRef jframe : jframes) {
- if (!jframe.isObject())
- continue;
-
float t0;
if (!jframe["t"].to(&t0))
continue;