diff options
| author | Mike Antipov <mantipov@productengine.com> | 2009-11-20 14:55:30 +0200 |
|---|---|---|
| committer | Mike Antipov <mantipov@productengine.com> | 2009-11-20 14:55:30 +0200 |
| commit | 0876df6eef35a88bc0804e1d8eb0f4471eeda9f2 (patch) | |
| tree | 3c125d224b9879352d10cb28c6b201fd456c720a /indra/newview/llbottomtray.h | |
| parent | 91fdbd92c8e93e1676ba501bbc91ee56d38255c3 (diff) | |
No ticket. Code to resize bottom tray is refuctored after the latest fix for EXT-2616:
- Removed unused param while extending bottom tray
- Moved some debug messages
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llbottomtray.h')
| -rw-r--r-- | indra/newview/llbottomtray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llbottomtray.h b/indra/newview/llbottomtray.h index f4f8397799..7640cdcf9d 100644 --- a/indra/newview/llbottomtray.h +++ b/indra/newview/llbottomtray.h @@ -109,7 +109,7 @@ private: S32 processWidthDecreased(S32 delta_width); void processWidthIncreased(S32 delta_width); void log(LLView* panel, const std::string& descr); - bool processShowButton(EResizeState shown_object_type, S32* available_width, S32* buttons_required_width); + bool processShowButton(EResizeState shown_object_type, S32* available_width); void processHideButton(EResizeState processed_object_type, S32* required_width, S32* buttons_freed_width); /** |
