diff options
author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-09-10 13:48:37 +0300 |
---|---|---|
committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-09-10 13:48:37 +0300 |
commit | 47fe3b48fe32f9eb810a23d82eb08c11c41ac335 (patch) | |
tree | 0e2473ce971b2d3b9b889ce0e51510ae8d1a0777 /indra/newview/llnearbychat.h | |
parent | 42dbf23dc56e0ab6842dd14b5701ffdb359f8bb6 (diff) |
CHUI-268 (Transfer the common functionality from LLNearbyChat and LLIMFloater to LLIMConversation): moved appendMessage() to base class
Diffstat (limited to 'indra/newview/llnearbychat.h')
-rw-r--r-- | indra/newview/llnearbychat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llnearbychat.h b/indra/newview/llnearbychat.h index 1db7afc01f..2cbafbfa62 100644 --- a/indra/newview/llnearbychat.h +++ b/indra/newview/llnearbychat.h @@ -108,8 +108,6 @@ protected: private: - // prepare chat's params and out one message to chatHistory - void appendMessage(const LLChat& chat, const LLSD &args = 0); void onNearbySpeakers (); /*virtual*/ void refresh(); |