Eliminate the unnecessary allocation

This commit is contained in:
Jean Pierre Cimalando 2020-04-02 15:37:55 +02:00
parent 5ad260e4c4
commit 773e1542a0

View file

@ -30,7 +30,6 @@ namespace sfz {
namespace fx {
Strings::Strings()
: _stringsArray(new ResonantArrayScalar)
{
ResonantArray* array = nullptr;