X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fwaypoint.h;h=6c9a66f57b54c3187e88464d509123bbb8a92e22;hb=360e11c8b37d05b6af1a765cdf98c210ef5b97a8;hp=9a31f8be40941bd77e5e9bccd793da9b48e95a33;hpb=756c0d29ac1742f231e6615f9a577e574e35a4af;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/waypoint.h b/synfig-core/trunk/src/synfig/waypoint.h index 9a31f8b..6c9a66f 100644 --- a/synfig-core/trunk/src/synfig/waypoint.h +++ b/synfig-core/trunk/src/synfig/waypoint.h @@ -80,7 +80,7 @@ public: Model(): // we don't need to initialise these 5, but the compiler thinks they're used uninitialised if we don't // and this constructor isn't called often, so it's ok - priority(0), tension(0), continuity(0), bias(0), temporal_tension(0), + priority(0), before(INTERPOLATION_NIL), after(INTERPOLATION_NIL), tension(0), continuity(0), bias(0), temporal_tension(0), priority_flag(false), before_flag(false), @@ -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; }