Fix FTBFS with SVN r1913: don't declare get_temporal_tension/set_temporal_tension...
[synfig.git] / synfig-core / trunk / src / synfig / waypoint.h
index 41fa723..6c9a66f 100644 (file)
@@ -233,8 +233,6 @@ public:
 
        float get_temporal_tension()const { return time_tension; }
        void set_temporal_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; }
 
        bool operator<(const Waypoint &rhs)const
        { return time<rhs.time; }