[Bf-blender-cvs] [9c79a21eb04] master: Cleanup: unused math colorspace defines

Campbell Barton noreply at git.blender.org
Sat Feb 15 05:31:35 CET 2020


Commit: 9c79a21eb040dd1848d7b9a1c2b0d2c0d727a0e8
Author: Campbell Barton
Date:   Sat Feb 15 12:02:11 2020 +1100
Branches: master
https://developer.blender.org/rB9c79a21eb040dd1848d7b9a1c2b0d2c0d727a0e8

Cleanup: unused math colorspace defines

===================================================================

M	source/blender/blenlib/BLI_math_color.h

===================================================================

diff --git a/source/blender/blenlib/BLI_math_color.h b/source/blender/blenlib/BLI_math_color.h
index 3bc3be8b022..97d0eb1ddda 100644
--- a/source/blender/blenlib/BLI_math_color.h
+++ b/source/blender/blenlib/BLI_math_color.h
@@ -33,16 +33,6 @@ extern "C" {
 
 #include "BLI_math_inline.h"
 
-/* primaries */
-#define BLI_XYZ_SMPTE 0
-#define BLI_XYZ_REC709_SRGB 1
-#define BLI_XYZ_CIE 2
-
-/* built-in profiles */
-#define BLI_PR_NONE 0
-#define BLI_PR_SRGB 1
-#define BLI_PR_REC709 2
-
 /* YCbCr */
 #define BLI_YCC_ITU_BT601 0
 #define BLI_YCC_ITU_BT709 1



More information about the Bf-blender-cvs mailing list