summaryrefslogtreecommitdiffstats
path: root/voice/voicemessage.h
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-01-02 16:37:36 -0500
committerScott Murray <scott.murray@konsulko.com>2020-01-02 16:37:36 -0500
commit77392aeda562e3bbb4f311a99469156cb1a66d75 (patch)
treefb07f03a1d246dca179fc7ed8d44c9a8853b7334 /voice/voicemessage.h
parentb9696a362febf1f8b660fe37e89b6dc2ac5459c6 (diff)
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 <scott.murray@konsulko.com> Change-Id: Ie158ae326a3dc9c7cf4b08dbdbc729f5587e3758
Diffstat (limited to 'voice/voicemessage.h')
-rw-r--r--voice/voicemessage.h1
1 files changed, 0 insertions, 1 deletions
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")); };