[gtk: 22/72] colorutils: Remove unused macro




commit 76e40022264c643e6c37c68d7e26f8f1fcfe0c95
Author: Timm Bäder <mail baedert org>
Date:   Fri Sep 25 21:31:49 2020 +0200

    colorutils: Remove unused macro

 gtk/gtkcolorutils.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/gtk/gtkcolorutils.c b/gtk/gtkcolorutils.c
index 1740485cb9..b027f37ab0 100644
--- a/gtk/gtkcolorutils.c
+++ b/gtk/gtkcolorutils.c
@@ -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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]