diff options
author | Richard Linden <none@none> | 2012-07-02 22:51:14 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-07-02 22:51:14 -0700 |
commit | 092bb735645db448b55716754e6d0057ebc42ebf (patch) | |
tree | a3d620b24693be4362674c02bc912f1393cf4d61 /indra/newview/llinventorymodel.h | |
parent | f22e5df8b6890aab659916361d42479ca3825be9 (diff) | |
parent | 062cae9a4880f7672df7f6189e01b2bff15f42f1 (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui
Diffstat (limited to 'indra/newview/llinventorymodel.h')
-rw-r--r-- | indra/newview/llinventorymodel.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/newview/llinventorymodel.h b/indra/newview/llinventorymodel.h index 8382e875b4..3613bc4917 100644 --- a/indra/newview/llinventorymodel.h +++ b/indra/newview/llinventorymodel.h @@ -362,15 +362,6 @@ public: // Returns end() of the vector if not found. static LLInventoryModel::item_array_t::iterator findItemIterByUUID(LLInventoryModel::item_array_t& items, const LLUUID& id); - // Saves current order of the passed items using inventory item sort field. - // Resets 'items' sort fields and saves them on server. - // Is used to save order for Favorites folder. - void saveItemsOrder(const LLInventoryModel::item_array_t& items); - - // Rearranges Landmarks inside Favorites folder. - // Moves source landmark before target one. - void rearrangeFavoriteLandmarks(const LLUUID& source_item_id, const LLUUID& target_item_id); - //-------------------------------------------------------------------- // Creation //-------------------------------------------------------------------- |