removed: code that used lots of cpu for no good reason

This commit is contained in:
Bob van Loosen 2012-12-20 17:17:41 +01:00
parent 22a862f287
commit ecde07e5a4

View file

@ -254,9 +254,6 @@ void CBitVis::ProcessAudio()
if (m_samplecounter % (samplerate / 30) == 0)
{
m_fft.ApplyWindow();
fftwf_execute(m_fft.m_plan);
float start = 0.0f;
float add = 1.0f;
for (int j = 0; j < m_nrcolumns; j++)