Do not use get_param_vocab().size() as link counter. It is too slow.
[synfig.git] / synfig-core / src / synfig / valuenode.cpp
index da9c45c..b423afc 100644 (file)
@@ -669,11 +669,3 @@ LinkableValueNode::get_description(int index, bool show_exported_name)const
        return description;
 }
 
-/*
-int
-LinkableValueNode::link_count()const
-{
-       Vocab ret(get_param_vocab());
-       return ret.size();
-}
-*/