summaryrefslogtreecommitdiff
path: root/indra/llui/llscrolllistctrl.cpp
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2018-06-08 20:02:13 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2018-06-08 20:02:13 +0300
commit2761c1c7c2fdb6cbfe610be7e2f4f8753271d36f (patch)
treeda3cbabf2f3125fb630905a54fca334642770edd /indra/llui/llscrolllistctrl.cpp
parent1a024f04cd721ad27836927af6616bf44e611017 (diff)
parentb26dbf562f43deea780e4ab615b2b5608c3c5d60 (diff)
Merged in lindenlab/viewer-lynx
Diffstat (limited to 'indra/llui/llscrolllistctrl.cpp')
-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;