diff options
| author | Leyla Farazha <leyla@lindenlab.com> | 2009-11-13 15:56:46 -0800 | 
|---|---|---|
| committer | Leyla Farazha <leyla@lindenlab.com> | 2009-11-13 15:56:46 -0800 | 
| commit | 3abee9a4506ed225f15934ab82881e16fa5f9113 (patch) | |
| tree | b9b3cc4fd818c571ef7b1daad378d9d7007b9e93 | |
| parent | 4ca8b32bceab308411c9ea13552338e9cccd70f4 (diff) | |
Fix for nearby chat toasts occluding the bottom bar.
| -rw-r--r-- | indra/newview/llnearbychathandler.cpp | 11 | 
1 files changed, 0 insertions, 11 deletions
| diff --git a/indra/newview/llnearbychathandler.cpp b/indra/newview/llnearbychathandler.cpp index cd77f59ee1..458845fff3 100644 --- a/indra/newview/llnearbychathandler.cpp +++ b/indra/newview/llnearbychathandler.cpp @@ -63,8 +63,6 @@ class LLNearbyChatScreenChannel: public LLScreenChannelBase  public:  	LLNearbyChatScreenChannel(const LLUUID& id):LLScreenChannelBase(id) { mStopProcessing = false;}; -	void init				(S32 channel_left, S32 channel_right); -  	void addNotification	(LLSD& notification);  	void arrangeToasts		();  	void showToastsBottom	(); @@ -120,15 +118,6 @@ protected:  	bool	mStopProcessing;  }; -void LLNearbyChatScreenChannel::init(S32 channel_left, S32 channel_right) -{ -	S32 channel_top = gViewerWindow->getWorldViewRectRaw().getHeight(); -	S32 channel_bottom = gViewerWindow->getWorldViewRectRaw().mBottom; -	setRect(LLRect(channel_left, channel_top, channel_right, channel_bottom)); -	setVisible(TRUE); -} - -  void	LLNearbyChatScreenChannel::createOverflowToast(S32 bottom, F32 timer)  {  	//we don't need overflow toast in nearby chat | 
