diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-08-18 20:44:12 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-08-18 22:36:11 +0300 |
commit | c5ee0de58a7d363e514f3a1a76f7c6957200917c (patch) | |
tree | f3b4b82fe7dba710076bbe02ac5b47572722d7e1 /indra/newview/llvoicevivox.h | |
parent | cf244c191e1b3ad99fd3d127a0f309e24fb7c8e0 (diff) |
SL-15462 Refactor voiceControlCoro() into a state machine #1
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rw-r--r-- | indra/newview/llvoicevivox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index 75ff5429f3..4ee0545a72 100644 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -627,7 +627,6 @@ private: //--- void voiceControlCoro(); - bool startAndConnectSession(); bool endAndDisconnectSession(); bool callbackEndDaemon(const LLSD& data); |