]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 8 May 2012 13:09:35 +0000 (13:09 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 8 May 2012 13:09:35 +0000 (13:09 +0000)
Magick++/lib/Image.cpp

index b189b71167e179f4b4bba6ab339dedd6a629d337..238634441a6d19e8ca7e9cfc4f5dd6d0649bbe08 100644 (file)
@@ -3539,10 +3539,6 @@ void Magick::Image::pixelColor ( const ssize_t x_, const ssize_t y_,
 Magick::Color Magick::Image::pixelColor ( const ssize_t x_,
                                          const ssize_t y_ ) const
 {
-  ClassType storage_class;
-  storage_class = classType();
-  (void) storage_class;
-  // DirectClass
   const Quantum* pixel = getConstPixels( x_, y_, 1, 1 );
   if ( pixel )
     {