diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-12-10 14:47:17 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-12-10 14:47:17 -0500 |
commit | 0777f53e2f2d773fa536b3c62e16455ce7bbbcce (patch) | |
tree | 2050b2eb704687a839dfa42a0cd6b62c16e8cae8 /indra/newview/llappearancemgr.h | |
parent | 542a9e0a410cc760f871082bf92cbea06c5a03ad (diff) |
SH-3606 WIP - replaced several LLInventoryCallback subclasses with boost::func equivalents
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rwxr-xr-x | indra/newview/llappearancemgr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h index 01ed66711c..ba5406caa1 100755 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -137,9 +137,6 @@ public: void removeAllClothesFromAvatar(); void removeAllAttachmentsFromAvatar(); - // Add COF link to ensemble folder. - void addEnsembleLink(LLInventoryCategory* item, bool do_update = true); - //has the current outfit changed since it was loaded? bool isOutfitDirty() { return mOutfitIsDirty; } |