colorutils: Remove unused macro

This commit is contained in:
Timm Bäder 2020-09-25 21:31:49 +02:00 committed by Matthias Clasen
parent ae71fe3739
commit 76e4002226

View File

@ -35,8 +35,6 @@
#include "gtkcolorutils.h" #include "gtkcolorutils.h"
#define INTENSITY(r, g, b) ((r) * 0.30 + (g) * 0.59 + (b) * 0.11)
/* Converts from HSV to RGB */ /* Converts from HSV to RGB */
static void static void
hsv_to_rgb (float *h, hsv_to_rgb (float *h,