colorutils: Remove unused macro
This commit is contained in:
parent
d92df4ff2c
commit
5a0759bc1b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user