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;