Remove dynamic cast hack
[synfig.git] / synfig-core / src / synfig / valuenode_vectorlength.cpp
index 5d85f98..3839ad8 100644 (file)
@@ -61,8 +61,6 @@ ValueNode_VectorLength::ValueNode_VectorLength(const ValueBase &value):
        default:
                throw Exception::BadType(ValueBase::type_local_name(value.get_type()));
        }
-
-       DCAST_HACK_ENABLE();
 }
 
 LinkableValueNode*