diff options
author | Graham Linden <graham@lindenlab.com> | 2018-08-02 23:02:42 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-08-02 23:02:42 +0100 |
commit | bd7ad9c157776244912e652e93162cbbd32088f1 (patch) | |
tree | ce7da254212a1d5e0a7a9fdd81b71059046d134f /indra/llui | |
parent | 34d595716bb9224cc4f173bd968db86bc88cbaed (diff) | |
parent | 09f97172bb478a2c977d8b7b0958196e7e98c433 (diff) |
Merge viewer-release
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llscrolllistctrl.cpp | 1 |
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; |