From 7e47bc09ccc20443932c254af8f0a69fe85ff873 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. Change-Id: I07debd84e49389a0f1ef1b3798f809447a342f3a Reviewed-by: Allan Sandfeld Jensen (cherry picked from commit 6b2cc49580bab245e970d5162207fb0086a2750c) Reviewed-by: Qt Cherry-pick Bot --- 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 99c09188cbe..e5be45bb207 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();