--- magick/constitute.c_orig 2004-11-05 14:48:06.000000000 +0100 +++ magick/constitute.c 2004-11-05 14:42:48.000000000 +0100 @@ -5440,6 +5440,8 @@ Call appropriate image reader based on image type. */ magick_info=GetMagickInfo(read_info->magick,exception); +#if 0 + /* who needs the delegate info at this place? */ if (exception->severity >= ErrorException) { delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception); @@ -5449,6 +5451,7 @@ return((Image *) NULL); } } +#endif if ((magick_info != (const MagickInfo *) NULL) && (GetMagickSeekableStream(magick_info) != MagickFalse)) {