Fix FTBFS with SVN r1913: don't declare get_temporal_tension/set_temporal_tension...
[synfig.git] / synfig-core / trunk / src / synfig / waypoint.h
index 6752434..6c9a66f 100644 (file)
@@ -231,8 +231,6 @@ public:
 
        bool is_static()const;
 
-       float get_time_tension()const { return time_tension; }
-       void set_time_tension(const float& x) { time_tension=x; }
        float get_temporal_tension()const { return time_tension; }
        void set_temporal_tension(const float& x) { time_tension=x; }