summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2023-10-11 14:31:21 +0200
committerGuru <alexandrgproductengine@lindenlab.com>2023-10-11 14:39:12 +0200
commit52c7aeb480095063b6b407d7fbc51fd781e1d1a7 (patch)
treede8d6128bc92e2d42026ef5420dfeb5c8e2bb9d9 /indra/llui
parent42e062888f6276c1e2dc043514a270a8dcf580db (diff)
SL-20432 Buildfix
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llflatlistview.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llui/llflatlistview.cpp b/indra/llui/llflatlistview.cpp
index e4f2dd11a4..fd4c33df30 100644
--- a/indra/llui/llflatlistview.cpp
+++ b/indra/llui/llflatlistview.cpp
@@ -1405,8 +1405,6 @@ bool LLFlatListViewEx::updateItemVisibility(LLPanel* item, const LLSD &action)
void LLFlatListViewEx::filterItems(bool re_sort, bool notify_parent)
{
- typedef std::vector <LLPanel*> item_panel_list_t;
-
std::string cur_filter = mFilterSubString;
LLStringUtil::toUpper(cur_filter);