From: Steinar H. Gunderson Date: Thu, 12 Mar 2015 00:42:46 +0000 (+0100) Subject: Remove old comment. X-Git-Url: https://git.sesse.net/?p=c64tapwav;a=commitdiff_plain;h=940c35c53ea0355e1c08c446ae33fda54df744c6 Remove old comment. --- diff --git a/decode.cpp b/decode.cpp index b3b8aa3..930b193 100644 --- a/decode.cpp +++ b/decode.cpp @@ -397,7 +397,6 @@ float eval_badness(const std::vector& pulses, double calibration_factor) void spsa_train(std::vector &pcm, int sample_rate) { - // Train! float filter[NUM_FILTER_COEFF] = { 1.0f }; // The rest is filled with 0. float start_c = INITIAL_C;