From: Carl Hetherington Date: Tue, 23 Jul 2013 14:36:14 +0000 (+0100) Subject: Remove out-of-date comment. X-Git-Tag: v2.0.48~1337^2~155 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=89ea093ab1ed7a526b9332922c674d9eca42d7f2;p=dcpomatic.git Remove out-of-date comment. --- 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 other) { allocate (other->_channels, other->_frames);