mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
remove unused _fluid_channel_t::mutex
This commit is contained in:
parent
81ebb229ae
commit
70dffe71b1
1 changed files with 0 additions and 2 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue