Mercurial > hg > vamp-plugin-sdk
changeset 351:1a8a58e8ea7a
Remove unneeded variable
| author | Chris Cannam | 
|---|---|
| date | Thu, 28 Mar 2013 09:22:46 +0000 | 
| parents | 6ed927ab83de | 
| children | 60ede78a20db | 
| files | src/vamp-hostsdk/PluginBufferingAdapter.cpp | 
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/src/vamp-hostsdk/PluginBufferingAdapter.cpp Thu Mar 28 09:20:50 2013 +0000 +++ b/src/vamp-hostsdk/PluginBufferingAdapter.cpp Thu Mar 28 09:22:46 2013 +0000 @@ -616,7 +616,6 @@ if (feature.hasTimestamp) { double secs = feature.timestamp.sec; secs += feature.timestamp.nsec / 1e9; - double eps = 0.00001; m_fixedRateFeatureNos[outputNo] = int(secs * m_outputs[outputNo].sampleRate + 0.5); }
