diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-09-27 09:33:58 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-09-27 09:33:58 -0700 |
commit | b7cf5ff947161d0b7e42a9ed8fe10741bb7af100 (patch) | |
tree | 3b85886240fed11bd0a4c98e29f1cf5da4763c2a /indra | |
parent | cc56958452b8c10e1de176edb1924179ad04768a (diff) |
Commenting out unused variable to fix mac build.
Diffstat (limited to 'indra')
-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 6ae10fbf1d..9df6f4946f 100644 --- a/indra/llui/lltoolbarview.cpp +++ b/indra/llui/lltoolbarview.cpp @@ -86,7 +86,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; |