Remove volatile from plugin->active

This commit is contained in:
Marcus Weseloh 2017-10-20 16:20:50 +02:00
parent ce79b5f952
commit 128a669ef8

View file

@ -74,7 +74,7 @@ typedef struct _fluid_ladspa_plugin_t
const LADSPA_Descriptor *desc;
LADSPA_Handle *handle;
volatile int active;
int active;
/* Used to keep track of the port connection states */
fluid_ladspa_port_state_t *ports;