Skip to content

Commit

Permalink
eyes violed '-'
Browse files Browse the repository at this point in the history
  • Loading branch information
tripulse committed Apr 22, 2021
1 parent 6487ca1 commit 846aaf6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ int main(int argc, char** argv) {
exit(1);
}

vsp_render_ctx_audio_init(&rndctx, clopts.sample_winsize);

rndctx.fore = clopts.fore;
rndctx.back = clopts.back;

Expand Down Expand Up @@ -99,4 +97,4 @@ int main(int argc, char** argv) {
fftwf_free(rndctx.sample_win);
fftwf_free(rndctx.dft_out);
free(rndctx.points);
}
}

0 comments on commit 846aaf6

Please sign in to comment.