From ecde07e5a4cc4dde171c4ee19de598bdd57b5e8c Mon Sep 17 00:00:00 2001 From: Bob van Loosen Date: Thu, 20 Dec 2012 17:17:41 +0100 Subject: [PATCH] removed: code that used lots of cpu for no good reason --- src/bitvis.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bitvis.cpp b/src/bitvis.cpp index c3ff30d..f5f5a3d 100644 --- a/src/bitvis.cpp +++ b/src/bitvis.cpp @@ -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++)