summaryrefslogtreecommitdiff
path: root/src/colour_matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/colour_matrix.h')
-rw-r--r--src/colour_matrix.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/colour_matrix.h b/src/colour_matrix.h
index ce15051c..fd89ed3a 100644
--- a/src/colour_matrix.h
+++ b/src/colour_matrix.h
@@ -22,8 +22,7 @@ namespace dcp {
namespace colour_matrix {
extern double const xyz_to_rgb[3][3];
-extern double const srgb_to_xyz[3][3];
-extern double const rec709_to_xyz[3][3];
+extern double const rgb_to_xyz[3][3];
}