diff --git a/src/blackcore/context_audio_impl.h b/src/blackcore/context_audio_impl.h index 4b712bba6..b53de919c 100644 --- a/src/blackcore/context_audio_impl.h +++ b/src/blackcore/context_audio_impl.h @@ -116,7 +116,6 @@ namespace BlackCore CVoiceVatlib *m_voice; //!< underlying voice lib IKeyboard *m_keyboard; IKeyboard::RegistrationHandle m_handlePtt; - IContextSettings *m_contextSettings; QThread m_threadVoice; }; }