summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-07-16 13:36:59 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-07-19 03:12:15 +0000
commit6b2cc49580bab245e970d5162207fb0086a2750c (patch)
tree64f6209acd9156d7c3c4e6b8de4fe854031fbe4e /src/gui/painting
parent5ea7e3a8111b2939f0c91b750aa1c62ab16ab715 (diff)
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>
Diffstat (limited to 'src/gui/painting')
-rw-r--r--src/gui/painting/qcolortransform_p.h1
1 files changed, 0 insertions, 1 deletions
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();