Remove unnecessary comment

This check is implicitly handled by the graph impl
This commit is contained in:
Manish Goregaokar 2018-07-10 14:46:12 -07:00 committed by Fernando Jiménez Moreno
parent b7730da37d
commit 8172b4f960

View file

@ -79,8 +79,6 @@ impl AudioNodeMethods for AudioNode {
return Err(Error::IndexSize);
}
// XXX Check previous connections.
self.context.audio_context_impl().connect_ports(
self.node_id().output(output), destination.node_id().input(input)
);