Use map of static values indexed by parameter name instead of the macros and the...
[synfig.git] / synfig-core / src / modules / mod_filter / blur.h
index c51946f..419c6a4 100644 (file)
@@ -44,9 +44,6 @@ private:
        synfig::Point   size;
        int                             type;
 
-       bool size_static;
-       bool type_static;
-
 public:
        Blur_Layer();