[gtk/wip/baedert/for-master: 11/30] colorutils: Remove unused macro
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/baedert/for-master: 11/30] colorutils: Remove unused macro
- Date: Fri, 9 Oct 2020 16:23:06 +0000 (UTC)
commit 43f8a24e6b5d7d4c02f377fb7ef56a8a9644bf3d
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]