Cleanup previous commit.

git-svn-id: svn://localhost/ardour2/branches/3.0@6127 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-11-18 20:45:06 +00:00
parent 57e1358fb2
commit 2feede2e8c
2 changed files with 0 additions and 4 deletions

View file

@ -167,9 +167,6 @@ private:
/// False if we 'own' the contained buffers, if true we mirror a PortSet)
bool _is_mirror;
/// Whether the buffer set should be considered silent
bool _is_silent;
};

View file

@ -39,7 +39,6 @@ namespace ARDOUR {
/** Create a new, empty BufferSet */
BufferSet::BufferSet()
: _is_mirror(false)
, _is_silent(false)
{
for (size_t i=0; i < DataType::num_types; ++i) {
_buffers.push_back(BufferVec());