From 1bb379c3f5ffbaada8942e71d1c333b9fcf5580a Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Thu, 7 Nov 2013 12:12:55 +0100 Subject: [PATCH] gimpcolorwheel: comment out ineffectual code --- modules/gimpcolorwheel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gimpcolorwheel.c b/modules/gimpcolorwheel.c index 8de1085529..56642fdb2e 100644 --- a/modules/gimpcolorwheel.c +++ b/modules/gimpcolorwheel.c @@ -364,7 +364,7 @@ hsv_to_rgb (gdouble *h, { *h = *v; *s = *v; - *v = *v; /* heh */ + /* *v = *v; -- heh */ } else {