mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Remove unnecessary comment
This check is implicitly handled by the graph impl
This commit is contained in:
parent
b7730da37d
commit
8172b4f960
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue