]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authoranthony <anthony@git.imagemagick.org>
Mon, 17 Oct 2011 01:56:12 +0000 (01:56 +0000)
committeranthony <anthony@git.imagemagick.org>
Mon, 17 Oct 2011 01:56:12 +0000 (01:56 +0000)
MagickCore/image.c

index 36333666ae1117e0a370c9b481c89b1094aa31a9..b8015a927e269c71106ede20cfa2f5850154d1bb 100644 (file)
@@ -4226,9 +4226,6 @@ MagickExport MagickBooleanType SyncImageSettings(const ImageInfo *image_info,
       GeometryInfo
         geometry_info;
 
-      /*
-        Set image density.
-      */
       flags=ParseGeometry(option,&geometry_info);
       image->x_resolution=geometry_info.rho;
       image->y_resolution=geometry_info.sigma;