remove unused fluid_voice_t::debug

This commit is contained in:
derselbst 2017-10-20 12:26:37 +02:00
parent 587a8408cf
commit 4b9405a4ce
2 changed files with 0 additions and 2 deletions

View File

@ -268,7 +268,6 @@ fluid_voice_init(fluid_voice_t* voice, fluid_sample_t* sample,
voice->channel = channel;
voice->mod_count = 0;
voice->start_time = start_time;
voice->debug = 0;
voice->has_noteoff = 0;
UPDATE_RVOICE0(fluid_rvoice_reset);

View File

@ -106,7 +106,6 @@ struct _fluid_voice_t
char has_noteoff; /* Flag set when noteoff has been sent */
/* for debugging */
int debug;
double ref;
};