gimpcolorwheel: comment out ineffectual code

This commit is contained in:
Nils Philippsen 2013-11-07 12:12:55 +01:00
parent 6467fbf65d
commit 1bb379c3f5
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ hsv_to_rgb (gdouble *h,
{
*h = *v;
*s = *v;
*v = *v; /* heh */
/* *v = *v; -- heh */
}
else
{