Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-02-15 04:02:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-15 07:24:02 +0300
commit9c79a21eb040dd1848d7b9a1c2b0d2c0d727a0e8 (patch)
tree6f9e809c0318a9dbaa4fac4e569f015ef4406454 /source/blender/blenlib/BLI_math_color.h
parent82cf0ab46809a000989268e15fa5e2354c636fb9 (diff)
Cleanup: unused math colorspace defines
Diffstat (limited to 'source/blender/blenlib/BLI_math_color.h')
-rw-r--r--source/blender/blenlib/BLI_math_color.h10
1 files changed, 0 insertions, 10 deletions
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