diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-23 15:36:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-23 15:36:14 +0100 |
| commit | 89ea093ab1ed7a526b9332922c674d9eca42d7f2 (patch) | |
| tree | e8bee96804d91b5e4a74c51250ac68fec4f372f7 /src/lib | |
| parent | 63e3af4dfc0ca6492fed6e63b1253f02e9aa4621 (diff) | |
Remove out-of-date comment.
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); |
