mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
remove unused fluid_voice_t::debug
This commit is contained in:
parent
587a8408cf
commit
4b9405a4ce
2 changed files with 0 additions and 2 deletions
|
@ -268,7 +268,6 @@ fluid_voice_init(fluid_voice_t* voice, fluid_sample_t* sample,
|
||||||
voice->channel = channel;
|
voice->channel = channel;
|
||||||
voice->mod_count = 0;
|
voice->mod_count = 0;
|
||||||
voice->start_time = start_time;
|
voice->start_time = start_time;
|
||||||
voice->debug = 0;
|
|
||||||
voice->has_noteoff = 0;
|
voice->has_noteoff = 0;
|
||||||
UPDATE_RVOICE0(fluid_rvoice_reset);
|
UPDATE_RVOICE0(fluid_rvoice_reset);
|
||||||
|
|
||||||
|
|
|
@ -106,7 +106,6 @@ struct _fluid_voice_t
|
||||||
char has_noteoff; /* Flag set when noteoff has been sent */
|
char has_noteoff; /* Flag set when noteoff has been sent */
|
||||||
|
|
||||||
/* for debugging */
|
/* for debugging */
|
||||||
int debug;
|
|
||||||
double ref;
|
double ref;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue