diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-05-12 17:15:46 +0300 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-05-12 17:15:46 +0300 |
commit | 79332f4e3e1131fbab88b7b75cca7ab57c3c3e25 (patch) | |
tree | 21f5cab4b3fbe7cd3e2c6e44bb425a50573c03e1 /indra/newview/llbottomtray.h | |
parent | 0815eb1ce49ddbf647b90b3353c046ab194ecc58 (diff) |
EXT-7104 : WIP : Removed dummy icons between buttons may be hidden to simplify adding new buttons.
* removed dummy icons
* encreased width and minimal width of next to the left layout panels to icons' widths.
* removed code processed dummy icons
Reviewed by Vadim.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llbottomtray.h')
-rw-r--r-- | indra/newview/llbottomtray.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llbottomtray.h b/indra/newview/llbottomtray.h index 8395b484cf..54258f74c1 100644 --- a/indra/newview/llbottomtray.h +++ b/indra/newview/llbottomtray.h @@ -205,9 +205,6 @@ private: typedef std::map<EResizeState, S32> state_object_width_map_t; state_object_width_map_t mObjectDefaultWidthMap; - typedef std::map<EResizeState, LLUICtrl*> dummies_map_t; - dummies_map_t mDummiesMap; - protected: LLBottomTray(const LLSD& key = LLSD()); |