Cleanup: unused math colorspace defines

This commit is contained in:
Campbell Barton 2020-02-15 12:02:11 +11:00
parent 82cf0ab468
commit 9c79a21eb0
1 changed files with 0 additions and 10 deletions

View File

@ -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