mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-18 21:51:22 +00:00
Remove duplicated init_dither() declaration (#446)
This commit is contained in:
parent
ebc177f48f
commit
326c20c0e3
1 changed files with 0 additions and 1 deletions
|
@ -148,7 +148,6 @@ static int fluid_synth_set_chorus_full_LOCAL(fluid_synth_t *synth, int set, int
|
|||
/* fluid_atomic_int_t may be anything, so init with {0} to catch most cases */
|
||||
static fluid_atomic_int_t fluid_synth_initialized = {0};
|
||||
static void fluid_synth_init(void);
|
||||
static void init_dither(void);
|
||||
|
||||
/* default modulators
|
||||
* SF2.01 page 52 ff:
|
||||
|
|
Loading…
Reference in a new issue