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:
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…
Reference in New Issue
Block a user