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 <allan.jensen@qt.io>
bb10
Volker Hilsheimer 2022-07-16 13:36:59 +02:00
parent 5ea7e3a811
commit 6b2cc49580
1 changed files with 0 additions and 1 deletions

View File

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