]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 24 Mar 2013 13:13:50 +0000 (13:13 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 24 Mar 2013 13:13:50 +0000 (13:13 +0000)
Magick++/lib/Magick++/STL.h

index d4c30a1833d308cbae26b5226f3dc7dcf315df8a..bc629a8ffd31912e162bdcd54f919bc3761d07e2 100644 (file)
@@ -389,13 +389,12 @@ namespace Magick
   class MagickPPExport edgeImage : public std::unary_function<Image&,void>
   {
   public:
-    edgeImage( const double radius_ = 0.0, const double sigma_ = 0.5  );
+    edgeImage( const double radius_ = 0.0 );
 
     void operator()( Image &image_ ) const;
 
   private:
     double _radius;
-    double _sigma;
   };
 
   // Emboss image (hilight edges with 3D effect)