Use map of static values indexed by parameter name instead of the macros and the...
[synfig.git] / synfig-core / src / modules / mod_geometry / circle.h
index e6624e8..29193c3 100644 (file)
@@ -53,13 +53,6 @@ private:
        bool invert;
        int falloff;
 
-       bool color_static;
-       bool origin_static;
-       bool radius_static;
-       bool feather_static;
-       bool invert_static;
-       bool falloff_static;
-
        //Caching system for circle
        struct CircleDataCache
        {