1
Fork 0

Avoid extra model swap in ChannelManager

This commit is contained in:
gvnnz 2023-06-18 11:54:37 +02:00
parent a44cf454e2
commit 3c6addc573
1 changed files with 0 additions and 2 deletions

View File

@ -77,8 +77,6 @@ void ChannelManager::reset(Frame framesInBuffer)
m_model.addChannelShared(std::move(masterOutData.shared));
m_model.addChannelShared(std::move(masterInData.shared));
m_model.addChannelShared(std::move(previewData.shared));
m_model.swap(model::SwapType::NONE);
}
/* -------------------------------------------------------------------------- */