Remove dynamic cast hack
[synfig.git] / synfig-core / src / synfig / valuenode_step.cpp
index 98d9d80..3b5c913 100644 (file)
@@ -81,8 +81,6 @@ ValueNode_Step::ValueNode_Step(const ValueBase &value):
        default:
                throw Exception::BadType(ValueBase::type_local_name(get_type()));
        }
-
-       DCAST_HACK_ENABLE();
 }
 
 LinkableValueNode*