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