rlottie: Fix warning on clnag-8

This commit is contained in:
subhransu mohanty
2019-07-18 09:18:51 +09:00
committed by Subhransu
parent d26c1a5d90
commit eb2ed2ca90

View File

@@ -38,7 +38,6 @@ public:
void setStops(const VGradientStops &stops);
void setAlpha(float alpha) {mAlpha = alpha;}
float alpha() const {return mAlpha;}
VGradient() = default;
public:
static constexpr int colorTableSize = 1024;