| @@ -286,7 +286,6 @@ public: | |||||
| fMiddleWare(nullptr), | fMiddleWare(nullptr), | ||||
| fMaster(nullptr), | fMaster(nullptr), | ||||
| fSynth(), | fSynth(), | ||||
| fIsActive(false), | |||||
| fMutex(), | fMutex(), | ||||
| fMiddleWareThread(new MiddleWareThread()) | fMiddleWareThread(new MiddleWareThread()) | ||||
| { | { | ||||
| @@ -633,16 +632,6 @@ protected: | |||||
| // ------------------------------------------------------------------- | // ------------------------------------------------------------------- | ||||
| // Plugin process calls | // Plugin process calls | ||||
| void activate() override | |||||
| { | |||||
| fIsActive = true; | |||||
| } | |||||
| void deactivate() override | |||||
| { | |||||
| fIsActive = false; | |||||
| } | |||||
| void process(float**, float** const outBuffer, const uint32_t frames, | void process(float**, float** const outBuffer, const uint32_t frames, | ||||
| const NativeMidiEvent* const midiEvents, const uint32_t midiEventCount) override | const NativeMidiEvent* const midiEvents, const uint32_t midiEventCount) override | ||||
| { | { | ||||
| @@ -837,7 +826,6 @@ private: | |||||
| SYNTH_T fSynth; | SYNTH_T fSynth; | ||||
| Config fConfig; | Config fConfig; | ||||
| bool fIsActive; | |||||
| float fParameters[kParamCount]; | float fParameters[kParamCount]; | ||||
| CarlaMutex fMutex; | CarlaMutex fMutex; | ||||