diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-12-21 20:42:34 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-12-21 20:42:34 +0200 |
commit | 7bfb8ec0503d7c31d9241b2e95f103fa66b14e1e (patch) | |
tree | eb9c0e567ba5da73d142c396f42660e3b07f6af7 /indra/newview/llparticipantlist.h | |
parent | 3c7e1435fe58a2a34fa838addd7cf822e48d3aa2 (diff) |
Work on normal bug EXT-3434 There is no difference between invited and left participants in a Group call (Voice Controls)
-- implemented decorating of left participants in voice chat via italic font style (draft, harcoded)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llparticipantlist.h')
-rw-r--r-- | indra/newview/llparticipantlist.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llparticipantlist.h b/indra/newview/llparticipantlist.h index 515529452b..c4eb180917 100644 --- a/indra/newview/llparticipantlist.h +++ b/indra/newview/llparticipantlist.h @@ -60,12 +60,6 @@ class LLParticipantList EParticipantSortOrder getSortOrder(); /** - * Refreshes participants to display ones not in voice as disabled. - * TODO: mantipov: probably should be moved into derived class for LLFloaterCall - */ - void refreshVoiceState(); - - /** * Refreshes the participant list if it's in sort by recent speaker order. */ void updateRecentSpeakersOrder(); |