Remove dynamic cast hack
[synfig.git] / synfig-core / src / synfig / valuenode_twotone.cpp
index 3c18ce0..2e9a2b8 100644 (file)
@@ -64,8 +64,6 @@ synfig::ValueNode_TwoTone::ValueNode_TwoTone(const ValueBase &value):LinkableVal
        default:
                throw Exception::BadType(ValueBase::type_local_name(value.get_type()));
        }
-
-       DCAST_HACK_ENABLE();
 }
 
 LinkableValueNode*