summaryrefslogtreecommitdiffstats
path: root/src/imports/lottieanimation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/lottieanimation.cpp')
-rw-r--r--src/imports/lottieanimation.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/imports/lottieanimation.cpp b/src/imports/lottieanimation.cpp
index ea0c308..58e3043 100644
--- a/src/imports/lottieanimation.cpp
+++ b/src/imports/lottieanimation.cpp
@@ -198,12 +198,6 @@ LottieAnimation::LottieAnimation(QQuickItem *parent)
m_frameRenderThread = BatchRenderer::instance();
- QByteArray cacheStr = qgetenv("QLOTTIE_RENDER_CACHE_SIZE");
- bool ok = false;
- int cacheSize = cacheStr.toInt(&ok);
- if (ok)
- m_frameRenderThread->setCacheSize(cacheSize);
-
qRegisterMetaType<LottieAnimation*>();
}