diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-04-21 12:12:04 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-04-21 12:12:04 +0300 |
commit | 2c88c74276ffd67ef511e4c3dabbf8e7c676b641 (patch) | |
tree | ebd2fd5e3f0be2aa191a490b95fc22e73a4d0fe4 /indra/llui | |
parent | b1fad32e8b50fc7bb09a45f3454c24d6efeb4b15 (diff) |
Revert "SL-12475 add Inventory Favorites tab"
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llfolderview.h | 2 |
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(); |