diff options
author | James Cook <james@lindenlab.com> | 2009-11-10 17:12:07 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-10 17:12:07 -0800 |
commit | fb20a7281d8e5107f83e7439df054ccd3733d0c4 (patch) | |
tree | 9850e6d79ec63ac4d61f298ded535988ba7642fc /indra/newview/llnearbychatbar.h | |
parent | 6c997043924216405057c9ca6927ec5c026ad5ee (diff) |
EXT-2338 Move button tooltips to strings the viewer translation tool can parse.
Also moved mSpeakBtn from llnearbychatbar to llbottomtray, because the bottom
tray is its parent.
Diffstat (limited to 'indra/newview/llnearbychatbar.h')
-rw-r--r-- | indra/newview/llnearbychatbar.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/newview/llnearbychatbar.h b/indra/newview/llnearbychatbar.h index 56ee706a97..224118e088 100644 --- a/indra/newview/llnearbychatbar.h +++ b/indra/newview/llnearbychatbar.h @@ -42,9 +42,6 @@ #include "llspeakers.h" -class LLSpeakButton; - - class LLGestureComboBox : public LLComboBox , public LLGestureManagerObserver @@ -76,7 +73,6 @@ protected: class LLNearbyChatBar : public LLPanel -, public LLVoiceClientStatusObserver { public: // constructor for inline chat-bars (e.g. hosted in chat history window) @@ -105,11 +101,6 @@ public: S32 getMinWidth() const; S32 getMaxWidth() const; - /** - * Implements LLVoiceClientStatusObserver::onChange() - */ - /*virtual*/ void onChange(EStatusType status, const std::string &channelURI, bool proximal); - protected: static BOOL matchChatTypeTrigger(const std::string& in_str, std::string* out_str); static void onChatBoxKeystroke(LLLineEditor* caller, void* userdata); @@ -127,7 +118,6 @@ protected: static S32 sLastSpecialChatChannel; LLLineEditor* mChatBox; - LLSpeakButton* mSpeakBtn; LLOutputMonitorCtrl* mOutputMonitor; LLLocalSpeakerMgr* mSpeakerMgr; }; |