diff options
Diffstat (limited to 'indra/llui/llflatlistview.h')
-rw-r--r-- | indra/llui/llflatlistview.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/llui/llflatlistview.h b/indra/llui/llflatlistview.h index 1f22360a8a..6271231183 100644 --- a/indra/llui/llflatlistview.h +++ b/indra/llui/llflatlistview.h @@ -484,11 +484,7 @@ public: bool getForceShowingUnmatchedItems() const; - /** - * Sets filtered out items to stay visible. Can result in rect changes, - * so can notify_parent if rect changes - */ - void setForceShowingUnmatchedItems(bool show, bool notify_parent); + void setForceShowingUnmatchedItems(bool show); /** * Sets up new filter string and filters the list. |