From 79f9adffc5158b906830dcd7dbdf0e5d44f7ba22 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Fri, 12 Jul 2019 10:55:30 +0200 Subject: [PATCH] Remove QColorTransform::isNull It is an undocumented and unused method with an obscure name. Change-Id: Ife27bf836447865cd305c8c7fc9c438759b439cb Reviewed-by: Marc Mutz --- src/gui/painting/qcolortransform.h | 2 -- 1 file changed, 2 deletions(-) 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;