Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
This check is implicitly handled by the graph impl
  • Loading branch information
Manishearth authored and ferjm committed Jul 30, 2018
1 parent b7730da commit 8172b4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/script/dom/audionode.rs
Expand Up @@ -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)
);
Expand Down

0 comments on commit 8172b4f

Please sign in to comment.