Remove unused variable
Remove the unused variable `frames` in `VestigeInstrument::play` to fix the stricter GitHub build.
This commit is contained in:
@@ -399,8 +399,6 @@ void VestigeInstrument::play( sampleFrame * _buf )
|
||||
{
|
||||
if (!m_pluginMutex.tryLock(Engine::getSong()->isExporting() ? -1 : 0)) {return;}
|
||||
|
||||
const fpp_t frames = Engine::audioEngine()->framesPerPeriod();
|
||||
|
||||
if( m_plugin == nullptr )
|
||||
{
|
||||
m_pluginMutex.unlock();
|
||||
|
||||
Reference in New Issue
Block a user