Removed unused members/prototypes.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 18 Sep 2007 00:50:47 +0000 (00:50 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 18 Sep 2007 00:50:47 +0000 (00:50 +0000)
git-svn-id: http://svn.voria.com/code@704 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/valuenode_repeat_gradient.h

index a4cfde7..cac16f2 100644 (file)
@@ -58,21 +58,14 @@ public:
 
        virtual ~ValueNode_Repeat_Gradient();
 
-//     static Handle create(ValueBase::Type id=ValueBase::TYPE_GRADIENT);
-
        bool set_gradient(ValueNode::Handle a);
-       ValueNode::Handle get_gradient()const { return gradient_; }
-
        bool set_count(ValueNode::Handle b);
-       ValueNode::Handle get_count()const { return count_; }
-
        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;