[gtk/wip/baedert/for-master: 38/44] colorutils: Remove unused macro
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/baedert/for-master: 38/44] colorutils: Remove unused macro
- Date: Mon, 28 Sep 2020 16:39:23 +0000 (UTC)
commit 244bb1a266799d464d037974c452a3ef78eb2b5d
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]