Use map of static values indexed by parameter name instead of the macros and the...
[synfig.git] / synfig-core / src / modules / lyr_std / curvewarp.h
index cb79e8f..ae83ba0 100644 (file)
@@ -60,12 +60,6 @@ private:
        Vector perp_;
        bool fast;
 
-       bool origin_static;
-       bool perp_width_static;
-       bool start_point_static;
-       bool end_point_static;
-       bool fast_static;
-
        void sync();
 
 public: