-
- Downloads
DRTVWR-136: Remove redundant remove_(item|category)() functions.
Incoming changes from two different project repos left viewer-development with LLInventoryModel::removeItem() and removeCategory() plus free functions remove_item() and remove_category() in llinventoryfunctions.cpp. remove_category() was actually the better implementation; migrated its body into LLInventoryModel::removeCategory(). Clearly the previous state of affairs -- with LLInventoryModel::removeItem() plus a remove_category() free function in a very different source file -- fooled two different developers into overlooking the other of the pair. Unfortunately we each added different "missing" functions, leaving us with a complete set of four. Fix existing references to remove_item() and remove_category() free functions.
Showing
- indra/newview/llfolderview.cpp 1 addition, 13 deletionsindra/newview/llfolderview.cpp
- indra/newview/llinventorybridge.cpp 1 addition, 1 deletionindra/newview/llinventorybridge.cpp
- indra/newview/llinventoryfunctions.cpp 1 addition, 59 deletionsindra/newview/llinventoryfunctions.cpp
- indra/newview/llinventoryfunctions.h 0 additions, 4 deletionsindra/newview/llinventoryfunctions.h
- indra/newview/llinventorymodel.cpp 34 additions, 9 deletionsindra/newview/llinventorymodel.cpp
- indra/newview/lloutfitslist.cpp 1 addition, 1 deletionindra/newview/lloutfitslist.cpp
Loading
Please register or sign in to comment