From 4d8825ef6d5dad7e096372a397c4003531b0e50c Mon Sep 17 00:00:00 2001 From: oparviai Date: Fri, 28 Dec 2012 19:52:47 +0000 Subject: [PATCH] Removed piece of dead code --- source/SoundTouch/PeakFinder.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/SoundTouch/PeakFinder.cpp b/source/SoundTouch/PeakFinder.cpp index 5ec32d9..d6aa26c 100644 --- a/source/SoundTouch/PeakFinder.cpp +++ b/source/SoundTouch/PeakFinder.cpp @@ -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;