From 6b2cc49580bab245e970d5162207fb0086a2750c Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Sat, 16 Jul 2022 13:36:59 +0200 Subject: [PATCH] QColorTransform: remove unimplemented function from the private class QColorTransformPrivate::simpleGammaCorrection is not implemented anywhere, so remove the declaration. Pick-to: 6.4 Change-Id: I07debd84e49389a0f1ef1b3798f809447a342f3a Reviewed-by: Allan Sandfeld Jensen --- src/gui/painting/qcolortransform_p.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/painting/qcolortransform_p.h b/src/gui/painting/qcolortransform_p.h index 99c09188cb..e5be45bb20 100644 --- a/src/gui/painting/qcolortransform_p.h +++ b/src/gui/painting/qcolortransform_p.h @@ -35,7 +35,6 @@ public: void updateLutsIn() const; void updateLutsOut() const; - bool simpleGammaCorrection() const; bool isIdentity() const; Q_GUI_EXPORT void prepare();