Remove dynamic cast hack
[synfig.git] / synfig-core / src / synfig / valuenode_join.cpp
index eaa8fbc..2c085ba 100644 (file)
@@ -74,8 +74,6 @@ ValueNode_Join::ValueNode_Join(const ValueBase &value):
        default:
                throw Exception::BadType(ValueBase::type_local_name(value.get_type()));
        }
-
-       DCAST_HACK_ENABLE();
 }
 
 LinkableValueNode*