mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00:00
Remove commented code
This commit is contained in:
parent
fe18200bfc
commit
c617ca0d30
1 changed files with 0 additions and 1 deletions
|
@ -237,7 +237,6 @@ impl AudioBufferMethods for AudioBuffer {
|
|||
let channel_number = channel_number as usize;
|
||||
let offset = start_in_channel as usize;
|
||||
let mut dest = Vec::with_capacity(destination.len());
|
||||
// let destination = unsafe { destination.as_mut_slice() };
|
||||
|
||||
// We either copy form js_channels or shared_channels.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue