From 3beddab6864043633d57c8c5314a2f904abe02c0 Mon Sep 17 00:00:00 2001 From: subhransu mohanty Date: Fri, 1 Nov 2019 10:12:22 +0900 Subject: [PATCH] rlottie: remove unused data member --- src/lottie/lottieitem.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lottie/lottieitem.h b/src/lottie/lottieitem.h index 9c9934e..4b8c6cd 100644 --- a/src/lottie/lottieitem.h +++ b/src/lottie/lottieitem.h @@ -277,11 +277,10 @@ public: void preprocess(const VRect &clip); public: LOTMaskData *mData; - float mCombinedAlpha{0}; - VMatrix mCombinedMatrix; VPath mLocalPath; VPath mFinalPath; VRasterizer mRasterizer; + float mCombinedAlpha{0}; bool mRasterRequest{false}; }; -- 2.7.4