diff options
Diffstat (limited to 'indra/newview/llbottomtray.h')
-rw-r--r-- | indra/newview/llbottomtray.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llbottomtray.h b/indra/newview/llbottomtray.h index 1d4e271f80..330afeb647 100644 --- a/indra/newview/llbottomtray.h +++ b/indra/newview/llbottomtray.h @@ -89,7 +89,6 @@ public: /*virtual*/void draw(); void refreshStandUp(); - void updateRightPosition(const S32 new_right_position); void onCommitGesture(LLUICtrl* ctrl); void onCommitStandUp(LLUICtrl* ctrl); @@ -118,7 +117,7 @@ protected: void setChicletPanelVisible(bool visible); // Which non-zero channel did we last chat on? - static S32 mLastSpecialChatChannel; + static S32 sLastSpecialChatChannel; LLLineEditor* mChatBox; LLChicletPanel* mChicletPanel; |