summaryrefslogtreecommitdiff
path: root/indra/llui/llscrolllistctrl.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-07-19 20:35:00 +0000
committerRider Linden <rider@lindenlab.com>2018-07-19 20:35:00 +0000
commit881dc7f3aeaf52f8c2adff35ad723d904905cead (patch)
tree4766db9fe307a47254a2053019762d069bb235d5 /indra/llui/llscrolllistctrl.cpp
parent80f98daed9aaf74f2d6fa3da9c1525ebcd4293c2 (diff)
parente3ef7294775c59a8b96ee05b52bba8acc3f8bfa3 (diff)
Merged in graham_linden/viewer-eep-graham (pull request #29)
MAINT-8876
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;