rlottie: remove unused data member
authorsubhransu mohanty <sub.mohanty@samsung.com>
Fri, 1 Nov 2019 01:12:22 +0000 (10:12 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 11 Nov 2019 20:58:15 +0000 (05:58 +0900)
src/lottie/lottieitem.h

index 9c9934e..4b8c6cd 100644 (file)
@@ -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};
 };