--- linuxsampler/trunk/src/engines/common/LFOBase.h 2019/10/02 17:11:30 3624 +++ linuxsampler/trunk/src/engines/common/LFOBase.h 2019/10/03 13:37:25 3625 @@ -77,9 +77,6 @@ this->pFinalFrequency = NULL; } - virtual ~LFOBase() { - } - /** * Calculates exactly one sample point of the LFO wave. This * inline method has to be implemented by the descendant.