Allow the 'linear' convert type to work with colors and integers, like the 'timed...
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_timedswap.h
index 5795f28..066e296 100644 (file)
@@ -60,11 +60,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;