From 75fe049b1817c7a04bad480ae53f42260fecba5e Mon Sep 17 00:00:00 2001 From: Mike Antipov Date: Mon, 16 Nov 2009 13:18:42 +0200 Subject: 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 --- indra/newview/llbottomtray.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'indra/newview/llbottomtray.h') 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); -- cgit v1.2.3