remove unused _fluid_channel_t::mutex

This commit is contained in:
derselbst 2017-12-31 16:45:44 +01:00
parent 81ebb229ae
commit 70dffe71b1

View file

@ -33,8 +33,6 @@
*/
struct _fluid_channel_t
{
fluid_mutex_t mutex; /* Lock for thread sensitive parameters */
fluid_synth_t* synth; /**< Parent synthesizer instance */
int channum; /**< MIDI channel number */