]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 6 May 2013 15:40:38 +0000 (15:40 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 6 May 2013 15:40:38 +0000 (15:40 +0000)
MagickCore/gem-private.h

index a30b3c63d7cbd04767f17a71c2d9b6dc1c2394b3..77d10d7872be6b95afc7ee02a74467a8a0abcc14 100644 (file)
@@ -200,9 +200,6 @@ static inline void ConvertXYZToRGB(const double x,const double y,const double z,
     g,
     r;
 
-  /*
-    Convert XYZ to RGB colorspace.
-  */
   assert(red != (double *) NULL);
   assert(green != (double *) NULL);
   assert(blue != (double *) NULL);