Use map of static values indexed by parameter name instead of the macros and the...
[synfig.git] / synfig-core / src / modules / mod_filter / radialblur.h
index dd4a402..fad7b30 100644 (file)
@@ -53,10 +53,6 @@ private:
        Real size;
        bool fade_out;
 
-       bool origin_static;
-       bool size_static;
-       bool fade_out_static;
-
 public:
        RadialBlur();
        ~RadialBlur();