Remove dynamic cast hack
[synfig.git] / synfig-core / src / synfig / valuenode_sine.cpp
index 6e42dc7..9aaaee2 100644 (file)
@@ -62,8 +62,6 @@ ValueNode_Sine::ValueNode_Sine(const ValueBase &value):
        default:
                throw Exception::BadType(ValueBase::type_local_name(value.get_type()));
        }
-
-       DCAST_HACK_ENABLE();
 }
 
 LinkableValueNode*