summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-07-19 21:11:23 +0100
committerGraham Linden <graham@lindenlab.com>2018-07-19 21:11:23 +0100
commit31aa86b7039b025b23b5b02455e65be103e2ea0b (patch)
treefa1c18eaaab34bed1456fc01824ff2f558a40fdc /indra/llui
parent5b874db7c0568373a4132f933894d2733bd08ee2 (diff)
Compile fixes for latest Xcode on OSX.
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llscrolllistctrl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llscrolllistctrl.cpp b/indra/llui/llscrolllistctrl.cpp
index 212e27477b..ed65b1e45f 100644
--- a/indra/llui/llscrolllistctrl.cpp
+++ b/indra/llui/llscrolllistctrl.cpp
@@ -2784,7 +2784,6 @@ void LLScrollListCtrl::onClickColumn(void *userdata)
}
// if this column is the primary sort key, reverse the direction
- sort_column_t cur_sort_column;
if (!parent->mSortColumns.empty() && parent->mSortColumns.back().first == column_index)
{
ascending = !parent->mSortColumns.back().second;