diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/audio_buffers.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/audio_buffers.cc b/src/lib/audio_buffers.cc index 7590f02d2..090c01081 100644 --- a/src/lib/audio_buffers.cc +++ b/src/lib/audio_buffers.cc @@ -43,9 +43,6 @@ AudioBuffers::AudioBuffers (AudioBuffers const & other) copy_from (&other, other._frames, 0, 0); } -/* XXX: it's a shame that this is a copy-and-paste of the above; - probably fixable with c++0x. -*/ AudioBuffers::AudioBuffers (boost::shared_ptr<const AudioBuffers> other) { allocate (other->_channels, other->_frames); |
