[gimp/gimp-2-8] gimpcolorwheel: comment out ineffectual code
- From: Nils Philippsen <nphilipp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-8] gimpcolorwheel: comment out ineffectual code
- Date: Thu, 7 Nov 2013 11:31:08 +0000 (UTC)
commit 8082363e9c887b9f31e43b7fc947e1867f9c087b
Author: Nils Philippsen <nils redhat com>
Date: Thu Nov 7 12:12:55 2013 +0100
gimpcolorwheel: comment out ineffectual code
(cherry picked from commit 1bb379c3f5ffbaada8942e71d1c333b9fcf5580a)
modules/gimpcolorwheel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/gimpcolorwheel.c b/modules/gimpcolorwheel.c
index 8de1085..56642fd 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
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]