diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-02-27 01:35:27 +0200 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-02-27 01:35:27 +0200 |
commit | 31e5465158db171a4ac6d3aa48d44e8a62c012f9 (patch) | |
tree | 11d479040f115fb5a03938c6373f4ec9ebe5491b /indra/newview/llconversationview.h | |
parent | 3c121e83446a755220f83f21637193d011c5b5a7 (diff) |
CHUI-788 FIXED Mute icon not shown in participant list in conversation floater
Diffstat (limited to 'indra/newview/llconversationview.h')
-rwxr-xr-x | indra/newview/llconversationview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llconversationview.h b/indra/newview/llconversationview.h index f9b45073f4..76d3d079ea 100755 --- a/indra/newview/llconversationview.h +++ b/indra/newview/llconversationview.h @@ -130,7 +130,6 @@ public: virtual ~LLConversationViewParticipant( void ); bool hasSameValue(const LLUUID& uuid) { return (uuid == mUUID); } - virtual void refresh(); void addToFolder(LLFolderViewFolder* folder); void addToSession(const LLUUID& session_id); |