X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvaluenode_timedswap.h;h=15b1101f583a7e5ceefab10e80990526ed238208;hb=6c27d1b6cf4694a873542cb264c650893f2c6e0e;hp=5795f28780cce420784c8e1c77b2c7a8b84fe3f9;hpb=67e4cb808328ea14df418d983e368f0eb4b742ae;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/valuenode_timedswap.h b/synfig-core/trunk/src/synfig/valuenode_timedswap.h index 5795f28..15b1101 100644 --- a/synfig-core/trunk/src/synfig/valuenode_timedswap.h +++ b/synfig-core/trunk/src/synfig/valuenode_timedswap.h @@ -1,11 +1,12 @@ /* === S Y N F I G ========================================================= */ /*! \file valuenode_timedswap.h -** \brief Template Header +** \brief Header file for implementation of the "Timed Swap" valuenode conversion. ** ** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -60,11 +61,9 @@ public: bool set_after(const ValueNode::Handle &a); ValueNode::Handle get_after()const; - void set_swap_time_real(Time x); bool set_swap_time(const ValueNode::Handle &x); ValueNode::Handle get_swap_time()const; - void set_swap_length_real(Time x); bool set_swap_length(const ValueNode::Handle &x); ValueNode::Handle get_swap_length()const;