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 <allan.jensen@qt.io>
(cherry picked from commit 6b2cc49580bab245e970d5162207fb0086a2750c)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Volker Hilsheimer 2022-07-16 13:36:59 +02:00 committed by Qt Cherry-pick Bot
parent 5f1c3fc935
commit 7e47bc09cc

View File

@ -35,7 +35,6 @@ public:
void updateLutsIn() const;
void updateLutsOut() const;
bool simpleGammaCorrection() const;
bool isIdentity() const;
Q_GUI_EXPORT void prepare();