Remove commented code

This commit is contained in:
Fernando Jiménez Moreno 2018-07-16 10:44:08 +02:00
parent fe18200bfc
commit c617ca0d30

View file

@ -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.