diff --git a/source/blender/blenlib/intern/math_color.c b/source/blender/blenlib/intern/math_color.c index 7ae380a1dde..3b3801a197f 100644 --- a/source/blender/blenlib/intern/math_color.c +++ b/source/blender/blenlib/intern/math_color.c @@ -32,6 +32,7 @@ #include "BLI_math.h" +#if 0 void hsv_to_rgb(float h, float s, float v, float *r, float *g, float *b) { int i; @@ -310,4 +311,5 @@ int constrain_rgb(float *r, float *g, float *b) return 0; /* Color within RGB gamut */ } +#endif