colorutils: Remove unused macro

This commit is contained in:
Benjamin Otte 2018-03-27 02:40:17 +02:00
parent d92df4ff2c
commit 5a0759bc1b

View File

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