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-03 15:51:17 +0000
commit68cb7fec30353f3aaffb06c32f172effe6262874 (patch)
tree4580b2bc32f9c782b5163344fd7aaf3e69303b78 /voice/voicemessage.h
parent95e3f5a2c51062128c68f1150e3e89284ca4dd5b (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 (cherry picked from commit 77392aeda562e3bbb4f311a99469156cb1a66d75)
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")); };