diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-07-30 19:09:48 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-07-30 19:09:48 -0700 |
commit | b57d8e9c06e01cc6aa2eca17fa80da0a36a52b91 (patch) | |
tree | 6e0f3e52f9aead1aa53aecb6561c096b2db7ece1 /indra/newview/llnearbychat.h | |
parent | 209fd15176647a4b8defbb6e66daea6eb12d4b42 (diff) |
CHUI-258: Adding a method to better whether nearby chat is visible or not.
Diffstat (limited to 'indra/newview/llnearbychat.h')
-rw-r--r-- | indra/newview/llnearbychat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llnearbychat.h b/indra/newview/llnearbychat.h index 90feb71488..a0928e67ef 100644 --- a/indra/newview/llnearbychat.h +++ b/indra/newview/llnearbychat.h @@ -66,6 +66,7 @@ public: void addToHost(); void show(); + bool isChatVisible() const; /** @param archive true - to save a message to the chat history log */ void addMessage (const LLChat& message,bool archive = true, const LLSD &args = LLSD()); @@ -99,8 +100,6 @@ protected: /* virtual */ bool applyRectControl(); - void onToggleNearbyChatPanel(); - /*virtual*/ void onTearOffClicked(); static LLWString stripChannelNumber(const LLWString &mesg, S32* channel); |