]> granicus.if.org Git - imagemagick/blobdiff - magick/monitor-private.h
(no commit message)
[imagemagick] / magick / monitor-private.h
index d6c17a5e83a35ce280fd79724868d75163453f2b..fdc16b308d517f55691f157b50bc19946ac18a6f 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2009 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization
   dedicated to making software imaging solutions freely available.
   
   You may not use this file except in compliance with the License.
@@ -32,8 +32,6 @@ static inline MagickBooleanType SetImageProgress(const Image *image,
 
   if (image->progress_monitor == (MagickProgressMonitor) NULL)
     return(MagickTrue);
-  if (QuantumTick(offset,extent) == MagickFalse)
-    return(MagickTrue);
   (void) FormatMagickString(message,MaxTextExtent,"%s/%s",tag,image->filename);
   return(image->progress_monitor(message,offset,extent,image->client_data));
 }