diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2010-07-27 18:00:37 +0300 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2010-07-27 18:00:37 +0300 |
commit | 431a6771ccf22501d47d0f09168926239aa21854 (patch) | |
tree | f0a00cf68dee36b05dbfa48b4fc31e27d567fcbd /indra/newview/lloutfitslist.h | |
parent | a4fcfb153049c5db68891a73c715ae57ebcb0464 (diff) |
Performed necessary refactoring after merge rev. 14093:babb41195f70
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/lloutfitslist.h')
-rw-r--r-- | indra/newview/lloutfitslist.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/lloutfitslist.h b/indra/newview/lloutfitslist.h index af094c28d4..206854b232 100644 --- a/indra/newview/lloutfitslist.h +++ b/indra/newview/lloutfitslist.h @@ -105,11 +105,6 @@ public: void getSelectedItemsUUIDs(uuid_vec_t& selected_uuids) const; - /** - * Returns true in case any of selected item is in trash. - */ - bool isSelectedInTrash(); - boost::signals2::connection setSelectionChangeCallback(selection_change_callback_t cb); // Collects selected items from all selected lists and wears them(if possible- adds, else replaces) |