From eb2ed2ca903bcec3ceb2af15f6efada664f2bd65 Mon Sep 17 00:00:00 2001 From: subhransu mohanty Date: Thu, 18 Jul 2019 09:18:51 +0900 Subject: [PATCH] rlottie: Fix warning on clnag-8 --- src/vector/vbrush.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vector/vbrush.h b/src/vector/vbrush.h index c71a2696bc..8869ec0c8b 100644 --- a/src/vector/vbrush.h +++ b/src/vector/vbrush.h @@ -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;