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 c71a2696bcf5c5a86552247246a544f3016fb468..8869ec0c8bcf4b7167921c08f6b56b60c5ff71a8 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;