Remove set and get parameter static members in inherited Layer classes since it is...
[synfig.git] / synfig-core / src / modules / lyr_std / curvewarp.cpp
index 865d35f..131cef0 100644 (file)
@@ -379,18 +379,6 @@ CurveWarp::get_param(const String & param)const
        return ValueBase();
 }
 
-bool
-CurveWarp::set_param_static(const String &param, const bool x)
-{
-       return Layer::set_param_static(param, x);
-}
-
-bool
-CurveWarp::get_param_static(const String &param)const
-{
-       return Layer::get_param_static(param);
-}
-
 Layer::Vocab
 CurveWarp::get_param_vocab()const
 {