mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 07:30:50 +00:00
Remove unused variable
This commit is contained in:
parent
e5695b7c2b
commit
7fc56567ca
1 changed files with 1 additions and 1 deletions
|
@ -3966,7 +3966,7 @@ fluid_synth_write_float_channels_LOCAL(fluid_synth_t *synth, int len,
|
|||
int (*block_render_func)(fluid_synth_t *, int))
|
||||
{
|
||||
float **chan_out = (float **)channels_out;
|
||||
int di, n, cur, size;
|
||||
int n, cur, size;
|
||||
|
||||
/* pointers on first input mixer buffer */
|
||||
fluid_real_t *left_in;
|
||||
|
|
Loading…
Reference in a new issue