Do not use get_param_vocab().size() as link counter. It is too slow.
[synfig.git] / synfig-core / src / synfig / valuenode.cpp
index 8f3cc9a..b423afc 100644 (file)
@@ -34,7 +34,6 @@
 #include "valuenode.h"
 #include "general.h"
 #include "canvas.h"
-#include "paramdesc.h"
 #include "releases.h"
 
 #include "valuenode_const.h"
@@ -669,3 +668,4 @@ LinkableValueNode::get_description(int index, bool show_exported_name)const
 
        return description;
 }
+