Remove set and get parameter static members in inherited Layer classes since it is...
[synfig.git] / synfig-core / src / modules / mod_filter / radialblur.h
index dd4a402..197eb2f 100644 (file)
@@ -53,18 +53,12 @@ private:
        Real size;
        bool fade_out;
 
-       bool origin_static;
-       bool size_static;
-       bool fade_out_static;
-
 public:
        RadialBlur();
        ~RadialBlur();
 
        virtual bool set_param(const synfig::String & param, const synfig::ValueBase &value);
        virtual ValueBase get_param(const synfig::String & param)const;
-       virtual bool set_param_static(const String &param, const bool x);
-       virtual bool get_param_static(const String &param) const;
        virtual Color get_color(Context context, const Point &pos)const;
        virtual bool accelerated_render(Context context,Surface *surface,int quality, const RendDesc &renddesc, ProgressCallback *cb)const;
        virtual Vocab get_param_vocab()const;