mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-07 07:30:02 +01:00
Removed piece of dead code
This commit is contained in:
parent
7dea63e0e1
commit
4d8825ef6d
@ -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
|
// - sometimes the highest peak can be Nth harmonic of the true base peak yet
|
||||||
// just a slightly higher than the true base
|
// just a slightly higher than the true base
|
||||||
|
|
||||||
int hp = (int)(highPeak + 0.5);
|
|
||||||
|
|
||||||
for (i = 3; i < 10; i ++)
|
for (i = 3; i < 10; i ++)
|
||||||
{
|
{
|
||||||
double peaktmp, harmonic;
|
double peaktmp, harmonic;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user