aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/skcms/src/ICCProfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/skcms/src/ICCProfile.h')
-rw-r--r--third_party/skcms/src/ICCProfile.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/skcms/src/ICCProfile.h b/third_party/skcms/src/ICCProfile.h
deleted file mode 100644
index 39967a1cb2..0000000000
--- a/third_party/skcms/src/ICCProfile.h
+++ /dev/null
@@ -1,12 +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 <stdbool.h>
-
-bool skcms_GetCHAD(const skcms_ICCProfile* profile, skcms_Matrix3x3* m);