diff --git a/src/gui/painting/qcolortransform.h b/src/gui/painting/qcolortransform.h index 9274387b97..a83611d666 100644 --- a/src/gui/painting/qcolortransform.h +++ b/src/gui/painting/qcolortransform.h @@ -73,8 +73,6 @@ public: return *this; } - bool isNull() const { return d_ptr.isNull(); } - QRgb map(const QRgb &argb) const; QRgba64 map(const QRgba64 &rgba64) const; QColor map(const QColor &color) const;