From 77392aeda562e3bbb4f311a99469156cb1a66d75 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 2 Jan 2020 16:37:36 -0500 Subject: voice: remove workarounds for broken vshl-core event JSON Now that the broken event argument JSON from the vshl-core binding has a fix, the workaround of selectively reparsing the voice event arguments needs to be removed, as it breaks with the corrected events. Bug-AGL: SPEC-3084 Signed-off-by: Scott Murray Change-Id: Ie158ae326a3dc9c7cf4b08dbdbc729f5587e3758 --- voice/voicemessage.h | 1 - 1 file changed, 1 deletion(-) (limited to 'voice/voicemessage.h') diff --git a/voice/voicemessage.h b/voice/voicemessage.h index 712631e..f7dd9d8 100644 --- a/voice/voicemessage.h +++ b/voice/voicemessage.h @@ -24,7 +24,6 @@ class VoiceMessage : public Message Q_OBJECT public: virtual ~VoiceMessage() {}; - bool fromJDoc(QJsonDocument jdocData) override; bool isAuthStateEvent() const { return (this->eventName().contains("voice_authstate_event")); }; -- cgit 1.2.3-korg