aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/skcms/src/GaussNewton.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/skcms/src/GaussNewton.h')
-rw-r--r--third_party/skcms/src/GaussNewton.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/skcms/src/GaussNewton.h b/third_party/skcms/src/GaussNewton.h
index 2d5174d328..1c18b9ad93 100644
--- a/third_party/skcms/src/GaussNewton.h
+++ b/third_party/skcms/src/GaussNewton.h
@@ -23,6 +23,3 @@ bool skcms_gauss_newton_step(float (*rg)(float x, const void*, const float P[3],
const void* ctx,
float P[3],
float x0, float x1, int N);
-
-// Evaluate an skcms_Curve at x.
-float skcms_eval_curve(float x, const skcms_Curve*);