]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 31 Oct 2014 13:54:12 +0000 (13:54 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 31 Oct 2014 13:54:12 +0000 (13:54 +0000)
Magick++/lib/Image.cpp

index e095651a2ecf74a042067443ad7c1880098697e1..acffaaad0e20ead2f22d6720135ac575de147b30 100644 (file)
@@ -929,9 +929,6 @@ std::string Magick::Image::formatExpression(const std::string expression)
   char
     *text;
 
-  std::string
-    text_string;
-
   GetPPException;
   text=InterpretImageProperties(imageInfo(),image(),expression.c_str(),
     exceptionInfo);