diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-11-16 13:18:42 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-11-16 13:18:42 +0200 |
commit | 75fe049b1817c7a04bad480ae53f42260fecba5e (patch) | |
tree | 4baeea63e41aea8be0880da1e904f7699ef5cdc4 /indra/newview/llbottomtray.h | |
parent | 602921ba2d70f39cee6f19946b5d9a43d3cd8f33 (diff) |
Work on major sub-task EXT-991 (Update bottom bar behavior on resize)
- code cleaned up, removed commented out & unused code
Functionality was not changed
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llbottomtray.h')
-rw-r--r-- | indra/newview/llbottomtray.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llbottomtray.h b/indra/newview/llbottomtray.h index 974289d5e0..8989816bfe 100644 --- a/indra/newview/llbottomtray.h +++ b/indra/newview/llbottomtray.h @@ -101,8 +101,6 @@ private: , RS_RESIZABLE_BUTTONS = /*RS_BUTTON_SNAPSHOT | */RS_BUTTON_CAMERA | RS_BUTTON_MOVEMENT | RS_BUTTON_GESTURES }EResizeState; - void updateResizeState(S32 new_width, S32 cur_width); - void verifyChildControlsSizes(); S32 processWidthDecreased(S32 delta_width); void processWidthIncreased(S32 delta_width); void log(LLView* panel, const std::string& descr); |