diff options
author | merov <none@none> | 2013-03-16 16:09:50 -0700 |
---|---|---|
committer | merov <none@none> | 2013-03-16 16:09:50 -0700 |
commit | c294c7c4740e41c43b2b04f136cc909e37b28f7d (patch) | |
tree | 74828e3ce4ef8483fd1081905e08558d53e961f8 /indra/llui | |
parent | e8b22d3299e5e02f3349315fcf9e0166632e06c4 (diff) |
CHUI-863 : Clean up dead code that's creating failures on gcc-4.6 builds on Linux
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/lltextbase.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp index c4ec1edc73..ebc9ee244e 100644 --- a/indra/llui/lltextbase.cpp +++ b/indra/llui/lltextbase.cpp @@ -359,7 +359,6 @@ void LLTextBase::drawSelectionBackground() S32 selection_left = llmin( mSelectionStart, mSelectionEnd ); S32 selection_right = llmax( mSelectionStart, mSelectionEnd ); - LLRect selection_rect = mVisibleTextRect; // Skip through the lines we aren't drawing. LLRect content_display_rect = getVisibleDocumentRect(); |