Remove dynamic cast hack
[synfig.git] / synfig-core / src / synfig / valuenode_exp.cpp
index 05d4b63..4e41cc2 100644 (file)
@@ -62,8 +62,6 @@ ValueNode_Exp::ValueNode_Exp(const ValueBase &value):
        default:
                throw Exception::BadType(ValueBase::type_local_name(value.get_type()));
        }
-
-       DCAST_HACK_ENABLE();
 }
 
 LinkableValueNode*