X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvaluenode_repeat_gradient.h;h=89b941bc5e2881a49057582eac9379e1b790b0c7;hb=f9b4e5524a9f481a890f9f60d5f9a414bde2211e;hp=972cd26540364e2c28dc43b5a036528c8659d733;hpb=b37086823c5bfee9c76f6b265584a414100963ef;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/valuenode_repeat_gradient.h b/synfig-core/trunk/src/synfig/valuenode_repeat_gradient.h index 972cd26..89b941b 100644 --- a/synfig-core/trunk/src/synfig/valuenode_repeat_gradient.h +++ b/synfig-core/trunk/src/synfig/valuenode_repeat_gradient.h @@ -6,7 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley -** Copyright (c) 2007 Chris Moore +** Copyright (c) 2007, 2008 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 @@ -59,14 +59,6 @@ public: virtual ~ValueNode_Repeat_Gradient(); - bool set_gradient(ValueNode::Handle a); - bool set_count(ValueNode::Handle b); - bool set_width(ValueNode::Handle x); - bool set_specify_start(ValueNode::Handle a); - bool set_specify_end(ValueNode::Handle a); - bool set_start_color(ValueNode::Handle a); - bool set_end_color(ValueNode::Handle a); - virtual bool set_link_vfunc(int i,ValueNode::Handle x); virtual ValueNode::LooseHandle get_link_vfunc(int i)const;