diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-15 09:28:43 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-15 09:28:43 -0800 |
commit | dde1d93ce46d4bbd313677ab597c8d2adffa1def (patch) | |
tree | 10e4b69bff059cc96005974cbf2c5dd1af963d78 /indra/newview/llfavoritesbar.h | |
parent | eb560796faaac95609edb90b19b3e08299f730eb (diff) | |
parent | b21fca13e6bea9420f80a35163d25a33b929bbd1 (diff) |
PE merge.
Diffstat (limited to 'indra/newview/llfavoritesbar.h')
-rw-r--r-- | indra/newview/llfavoritesbar.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/indra/newview/llfavoritesbar.h b/indra/newview/llfavoritesbar.h index 9ac734baff..40dd551eef 100644 --- a/indra/newview/llfavoritesbar.h +++ b/indra/newview/llfavoritesbar.h @@ -126,16 +126,7 @@ private: // checks if the current order of the favorites items must be saved BOOL needToSaveItemsOrder(const LLInventoryModel::item_array_t& items); - // saves current order of the favorites items - void saveItemsOrder(LLInventoryModel::item_array_t& items); - - /* - * changes favorites items order by insertion of the item identified by srcItemId - * BEFORE the item identified by destItemId. both items must exist in items array. - */ - void updateItemsOrder(LLInventoryModel::item_array_t& items, const LLUUID& srcItemId, const LLUUID& destItemId); - - /* + /** * inserts an item identified by insertedItemId BEFORE an item identified by beforeItemId. * this function assumes that an item identified by insertedItemId doesn't exist in items array. */ |