Mercurial > hg > piper-cpp
changeset 195:ec95a44bab22
Remove redundant line.
| author | Lucas Thompson <dev@lucas.im> | 
|---|---|
| date | Tue, 07 Feb 2017 18:31:56 +0000 | 
| parents | 4848852c4fbd | 
| children | 4d25a90f639b | 
| files | test/vamp-client/tst_PluginStub.cpp | 
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/test/vamp-client/tst_PluginStub.cpp Tue Feb 07 18:19:57 2017 +0000 +++ b/test/vamp-client/tst_PluginStub.cpp Tue Feb 07 18:31:56 2017 +0000 @@ -68,7 +68,6 @@ const std::size_t initialStepSize = 512; PluginConfiguration defaultConfig; defaultConfig.channelCount = 1; - defaultConfig.parameterValues = {}; defaultConfig.framing.blockSize = initialBlockSize; defaultConfig.framing.stepSize = initialStepSize; defaultConfig.parameterValues = {{"framing-scale", 1.0}};
