diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-08-21 17:03:42 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-08-21 17:03:42 -0400 |
commit | b232919c0a6d66582b57c8997fee7a99ab9bbddb (patch) | |
tree | f343ab51c49bdeffff0dc0a38d68fc1de36f36a0 /indra/newview/llappearancemgr.h | |
parent | 2db20dd01b12be830e8b5ac58172e9963b73eba1 (diff) |
SH-3625 WIP - consolidating code paths for wearable/attachment removal
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rwxr-xr-x | indra/newview/llappearancemgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h index c0f41075aa..7734eba144 100755 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -135,6 +135,7 @@ public: // Remove COF entries void removeCOFItemLinks(const LLUUID& item_id, bool do_update = true); void removeCOFLinksOfType(LLWearableType::EType type, bool do_update = true); + void removeAllClothesFromAvatar(); // Add COF link to ensemble folder. void addEnsembleLink(LLInventoryCategory* item, bool do_update = true); |