summaryrefslogtreecommitdiff
path: root/indra/newview/llspeakers.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-10-17 17:14:44 -0700
committerMerov Linden <merov@lindenlab.com>2012-10-17 17:14:44 -0700
commit1006e2fd259d5f8136ca933eba8d57c8a980bf31 (patch)
tree39e477070c7d28af792b3b5dc13c4ae9faa35550 /indra/newview/llspeakers.h
parentd60609e0096bc7ede9edde1ba6d103f5f860af0d (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.h4
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;