summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2023-04-23 17:55:40 +0200
committerMarti Maria <marti.maria@littlecms.com>2023-04-23 17:55:40 +0200
commit03020d0fdd0f8a79f275657ad1ff757fe2cc4192 (patch)
treed7c21237d5c312e77594f1a4b616ecf0db7c5fc7
parent88b4c773d06368f1ecdd4b4ba1b75e1c6694531d (diff)
downloadlcms2-03020d0fdd0f8a79f275657ad1ff757fe2cc4192.tar.gz
remove function
remove undocumented declaration
-rw-r--r--include/lcms2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/lcms2.h b/include/lcms2.h
index 2876ac8..c361520 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -1220,7 +1220,6 @@ CMSAPI cmsBool CMSEXPORT cmsIsToneCurveMonotonic(const cmsToneCurve* t
CMSAPI cmsBool CMSEXPORT cmsIsToneCurveDescending(const cmsToneCurve* t);
CMSAPI cmsInt32Number CMSEXPORT cmsGetToneCurveParametricType(const cmsToneCurve* t);
CMSAPI cmsFloat64Number CMSEXPORT cmsEstimateGamma(const cmsToneCurve* t, cmsFloat64Number Precision);
-CMSAPI cmsFloat64Number* CMSEXPORT cmsGetToneCurveParams(const cmsToneCurve* t);
CMSAPI const cmsCurveSegment* CMSEXPORT cmsGetToneCurveSegment(cmsInt32Number n, const cmsToneCurve* t);