Remove out-of-date comment.
authorCarl Hetherington <cth@carlh.net>
Tue, 23 Jul 2013 14:36:14 +0000 (15:36 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 23 Jul 2013 14:36:14 +0000 (15:36 +0100)
src/lib/audio_buffers.cc

index 7590f02d2ed35c49b247864464104c5bbfde4496..090c0108134d3d17a49af6332f551092f1b43b0f 100644 (file)
@@ -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);