diff options
author | Merov Linden <merov@lindenlab.com> | 2012-11-19 18:41:52 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-11-19 18:41:52 -0800 |
commit | 834ded33ae4926b59074f00c13fa3dbf228a3ba0 (patch) | |
tree | b8bc3bc57b6bf39a4abb1ceba5a3a4c9a96a945a /indra/llui | |
parent | 61f3c1b41ddedc16f2026c62600475105621b305 (diff) |
CHUI-470 : Fixed : Enable contextual menu in torn off conversations
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llfolderview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llfolderview.h b/indra/llui/llfolderview.h index 487391a477..525efe425a 100644 --- a/indra/llui/llfolderview.h +++ b/indra/llui/llfolderview.h @@ -148,7 +148,6 @@ public: virtual BOOL changeSelection(LLFolderViewItem* selection, BOOL selected); virtual std::set<LLFolderViewItem*> getSelectionList() const; - S32 getNumSelectedItems() { return mSelectedItems.size(); } // Make sure if ancestor is selected, descendants are not void sanitizeSelection(); |