Remove the duplicate definition

This commit is contained in:
Jean Pierre Cimalando 2020-06-20 15:29:28 +02:00
parent b0bae1df9a
commit e160e7592c

View file

@ -202,12 +202,6 @@ inline CXX14_CONSTEXPR Type vaGain(Type cutoff, Type sampleRate)
return std::tan(cutoff / sampleRate * pi<Type>());
}
template <class Type>
inline CXX14_CONSTEXPR Type vaGain(Type cutoff, Type sampleRate)
{
return std::tan(cutoff / sampleRate * pi<Type>());
}
/**
* @brief From a source view, find the next sfz header and its members and
* return them, while updating the source by removing this header