mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
Cleanup previous commit.
git-svn-id: svn://localhost/ardour2/branches/3.0@6127 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
57e1358fb2
commit
2feede2e8c
2 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue