X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=blobdiff_plain;f=synfig-core%2Fsrc%2Fsynfig%2Fvaluenode_segcalcvertex.h;h=12a40f5263c8794d9c120f6edb4156203df4280e;hp=6053585510071efdb33b72c882c9ce8af513e5d4;hb=HEAD;hpb=cdd545904107accd138c88949f2c253bee0377bb diff --git a/synfig-core/src/synfig/valuenode_segcalcvertex.h b/synfig-core/src/synfig/valuenode_segcalcvertex.h index 6053585..12a40f5 100644 --- a/synfig-core/src/synfig/valuenode_segcalcvertex.h +++ b/synfig-core/src/synfig/valuenode_segcalcvertex.h @@ -47,24 +47,14 @@ public: typedef etl::handle Handle; typedef etl::handle ConstHandle; -// static Handle create(const ValueBase::Type &x=ValueBase::TYPE_VECTOR); - - virtual ValueBase operator()(Time t)const; virtual ~ValueNode_SegCalcVertex(); virtual String get_name()const; virtual String get_local_name()const; -// static bool check_type(const ValueBase::Type &type); - virtual ValueNode::LooseHandle get_link_vfunc(int i)const; - virtual int link_count()const; - virtual String link_name(int i)const; - - virtual String link_local_name(int i)const; - virtual int get_link_index_from_name(const String &name)const; protected: LinkableValueNode* create_new()const;