mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
Remove unused variable
This commit is contained in:
parent
970c8939d4
commit
425c54883a
1 changed files with 0 additions and 1 deletions
|
|
@ -78,7 +78,6 @@ void
|
|||
ARDOUR::DSP::process_map (BufferSet* bufs, const ChanMapping& in, const ChanMapping& out, pframes_t nframes, samplecnt_t offset, const DataType& dt)
|
||||
{
|
||||
const ChanMapping::Mappings& im (in.mappings());
|
||||
const ChanMapping::Mappings& om (out.mappings());
|
||||
|
||||
for (ChanMapping::Mappings::const_iterator tm = im.begin(); tm != im.end(); ++tm) {
|
||||
if (tm->first != dt) { continue; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue