Mercurial > hg > tipic
changeset 50:9c4703a2ea92
Just remove a couple of unused args
author | Chris Cannam |
---|---|
date | Tue, 14 Mar 2017 13:49:41 +0000 |
parents | 0133b2cec3b3 |
children | be9d268bcfac |
files | src/TipicVampPlugin.cpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/TipicVampPlugin.cpp Tue Mar 14 13:42:05 2017 +0000 +++ b/src/TipicVampPlugin.cpp Tue Mar 14 13:49:41 2017 +0000 @@ -159,7 +159,7 @@ } void -Tipic::selectProgram(string name) +Tipic::selectProgram(string) { } @@ -333,7 +333,7 @@ } Tipic::FeatureSet -Tipic::process(const float *const *inputBuffers, Vamp::RealTime timestamp) +Tipic::process(const float *const *inputBuffers, Vamp::RealTime) { RealSequence in; in.resize(m_blockSize);