summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicevivox.h
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2024-03-09 16:48:44 -0800
committerRoxie Linden <roxie@lindenlab.com>2024-03-09 16:48:44 -0800
commitfd2d5c9c6c97254be7126171dc4472d3d5451ef8 (patch)
treef860ea0ff61edc557408d9589a2b76edd59b770f /indra/newview/llvoicevivox.h
parent42c7a335f840acf1b927b1ed6c8e06a6f00534d0 (diff)
Code cleanup and commenting
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rw-r--r--indra/newview/llvoicevivox.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h
index a141ac9465..14f6422ebb 100644
--- a/indra/newview/llvoicevivox.h
+++ b/indra/newview/llvoicevivox.h
@@ -511,11 +511,6 @@ protected:
// MBW -- XXX -- Not sure how to get this data out of the TVC
BOOL getUsingPTT(const LLUUID& id);
std::string getGroupID(const LLUUID& id); // group ID if the user is in group chat (empty string if not applicable)
-
- /////////////////////////////
- BOOL getAreaVoiceDisabled(); // returns true if the area the avatar is in is speech-disabled.
- // Use this to determine whether to show a "no speech" icon in the menu bar.
-
/////////////////////////////
// Recording controls
@@ -711,7 +706,6 @@ private:
std::string mMainSessionGroupHandle; // handle of the "main" session group.
std::string mChannelName; // Name of the channel to be looked up
- bool mAreaVoiceDisabled;
sessionStatePtr_t mAudioSession; // Session state for the current audio session
bool mAudioSessionChanged; // set to true when the above pointer gets changed, so observers can be notified.