1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-11-08 20:12:27 +01:00

Removed piece of dead code

This commit is contained in:
oparviai 2012-12-28 19:52:47 +00:00
parent 7dea63e0e1
commit 4d8825ef6d

View File

@ -239,8 +239,6 @@ double PeakFinder::detectPeak(const float *data, int aminPos, int amaxPos)
// - sometimes the highest peak can be Nth harmonic of the true base peak yet
// just a slightly higher than the true base
int hp = (int)(highPeak + 0.5);
for (i = 3; i < 10; i ++)
{
double peaktmp, harmonic;