rlottie: Fix warning on clnag-8
authorsubhransu mohanty <sub.mohanty@samsung.com>
Thu, 18 Jul 2019 00:18:51 +0000 (09:18 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 18 Jul 2019 11:04:28 +0000 (20:04 +0900)
src/vector/vbrush.h

index c71a269..8869ec0 100644 (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;