diff options
author | Merov Linden <merov@lindenlab.com> | 2011-09-27 15:05:22 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-09-27 15:05:22 -0700 |
commit | 442350a6a5ef1537f2998796c61b0f1053b455c8 (patch) | |
tree | 9717dd8e406934fe8b5f328844ee45076c6fe702 /indra/llui/lltoolbarview.cpp | |
parent | 0e4f226b56cb2dea1e8d5e9f1267a16c302bb5a9 (diff) | |
parent | 367e6557c61a0bed1258483c72ef0a462ebe9d06 (diff) |
EXP-1202 : pull from viewer-experience-fui
Diffstat (limited to 'indra/llui/lltoolbarview.cpp')
-rw-r--r-- | indra/llui/lltoolbarview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltoolbarview.cpp b/indra/llui/lltoolbarview.cpp index 139a26a251..7047cca948 100644 --- a/indra/llui/lltoolbarview.cpp +++ b/indra/llui/lltoolbarview.cpp @@ -185,7 +185,7 @@ void LLToolBarView::draw() static S32 old_width = 0; static S32 old_height = 0; -// LLPanel* sizer_left = getChild<LLPanel>("sizer_left"); + //LLPanel* sizer_left = getChild<LLPanel>("sizer_left"); LLRect bottom_rect, left_rect, right_rect; |