diff options
author | prep linden <prep@lindenlab.com> | 2013-03-12 11:02:00 -0400 |
---|---|---|
committer | prep linden <prep@lindenlab.com> | 2013-03-12 11:02:00 -0400 |
commit | 0123ab0dc67dd9de266f1edac2cadbd43ef0aa4d (patch) | |
tree | f856391693626f51052980002d50704a8786a61b | |
parent | 0cda978db922f7ddbe94809e6ea6bd5256cea027 (diff) |
Removed unneeded code.
-rw-r--r-- | indra/newview/llinventorymodel.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index 3debdf5ac9..5fa4ebaf97 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -3324,11 +3324,11 @@ public: * * @param[in, out] items - array of items, not sorted. */ -static void rearrange_item_order_by_sort_field(LLInventoryModel::item_array_t& items) -{ - static LLViewerInventoryItemSort sort_functor; - std::sort(items.begin(), items.end(), sort_functor); -} +//static void rearrange_item_order_by_sort_field(LLInventoryModel::item_array_t& items) +//{ +// static LLViewerInventoryItemSort sort_functor; +// std::sort(items.begin(), items.end(), sort_functor); +//} // * @param source_item_id - LLUUID of the source item to be moved into new position // * @param target_item_id - LLUUID of the target item before which source item should be placed. |