X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fwaypoint.h;h=d94cf21997a33f57fe7162a4a07275789b1f33d0;hb=843ac7146b30c389db9123564d0727b71c64def2;hp=41fa7234d37b0c481a4017f08985b3eb06c6380d;hpb=1a8de0de2837d08d27093a7b767835359bc58377;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/waypoint.h b/synfig-core/trunk/src/synfig/waypoint.h index 41fa723..d94cf21 100644 --- a/synfig-core/trunk/src/synfig/waypoint.h +++ b/synfig-core/trunk/src/synfig/waypoint.h @@ -7,6 +7,7 @@ ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley ** Copyright (c) 2008 Chris Moore +** Copyright (c) 2008 Paul Wise ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -233,8 +234,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