diff options
author | Merov Linden <merov@lindenlab.com> | 2012-10-17 17:14:44 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-10-17 17:14:44 -0700 |
commit | 1006e2fd259d5f8136ca933eba8d57c8a980bf31 (patch) | |
tree | 39e477070c7d28af792b3b5dc13c4ae9faa35550 /indra/newview/llspeakers.h | |
parent | d60609e0096bc7ede9edde1ba6d103f5f860af0d (diff) |
CHUI-422 : Update the ad-hoc conversation with the known list of on line agents without waiting for server message (which often doesn't come...).
Diffstat (limited to 'indra/newview/llspeakers.h')
-rw-r--r-- | indra/newview/llspeakers.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llspeakers.h b/indra/newview/llspeakers.h index 8a80c4619e..8ab08661d3 100644 --- a/indra/newview/llspeakers.h +++ b/indra/newview/llspeakers.h @@ -258,10 +258,6 @@ protected: void setSpeakerNotInChannel(LLSpeaker* speackerp); bool removeSpeaker(const LLUUID& speaker_id); - void updateSession(); - bool mSessionUpdated; - LLUUID mSessionID; - typedef std::map<LLUUID, LLPointer<LLSpeaker> > speaker_map_t; speaker_map_t mSpeakers; |