summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2020-09-09 00:49:09 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2020-09-09 01:22:18 +0300
commitd50131c0ac43cb5cfc247bd388a10100bc3dfec0 (patch)
tree4f4390059812b78a5be7d8866d6841451a0ac245 /indra/llui
parent863eec6676259ef8dc433588972f177d0ee80d6d (diff)
Revert "SL-12475 add Inventory Favorites tab"
This reverts commit 92499ce1b43fd60ce7aad71d12f9eef0cef04f7f. # Conflicts: # indra/newview/llinventorybridge.cpp # indra/newview/llinventorypanel.cpp # indra/newview/llinventorypanel.h
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llfolderview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llui/llfolderview.h b/indra/llui/llfolderview.h
index c175034d75..6bb5e6c02e 100644
--- a/indra/llui/llfolderview.h
+++ b/indra/llui/llfolderview.h
@@ -241,8 +241,6 @@ public:
void dumpSelectionInformation();
virtual S32 notify(const LLSD& info) ;
-
- void setShowEmptyMessage(bool show_msg) { mShowEmptyMessage = show_msg; }
bool useLabelSuffix() { return mUseLabelSuffix; }
virtual void updateMenu();