aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/skcms/src/Curve.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/skcms/src/Curve.h')
-rw-r--r--third_party/skcms/src/Curve.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/third_party/skcms/src/Curve.h b/third_party/skcms/src/Curve.h
deleted file mode 100644
index 1316562b56..0000000000
--- a/third_party/skcms/src/Curve.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Copyright 2018 Google Inc.
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#pragma once
-
-#include "../skcms.h"
-
-// Evaluate an skcms_Curve at x.
-float skcms_eval_curve(const skcms_Curve*, float x);
-
-float skcms_MaxRoundtripError(const skcms_Curve* curve, const skcms_TransferFunction* inv_tf);