Remove dynamic cast hack
[synfig.git] / synfig-core / src / modules / mod_noise / valuenode_random.cpp
index 1ae09a4..cf0ee25 100644 (file)
@@ -89,8 +89,6 @@ ValueNode_Random::ValueNode_Random(const ValueBase &value):
        default:
                throw Exception::BadType(ValueBase::type_local_name(get_type()));
        }
-
-       DCAST_HACK_ENABLE();
 }
 
 LinkableValueNode*