forked from AuroraMiddleware/gtk
colorutils: Remove unused macro
This commit is contained in:
parent
ae71fe3739
commit
76e4002226
@ -35,8 +35,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 (float *h,
|
||||
|
Loading…
Reference in New Issue
Block a user