summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-12-10 14:47:17 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-12-10 14:47:17 -0500
commit0777f53e2f2d773fa536b3c62e16455ce7bbbcce (patch)
tree2050b2eb704687a839dfa42a0cd6b62c16e8cae8 /indra/newview/llappearancemgr.h
parent542a9e0a410cc760f871082bf92cbea06c5a03ad (diff)
SH-3606 WIP - replaced several LLInventoryCallback subclasses with boost::func equivalents
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rwxr-xr-xindra/newview/llappearancemgr.h3
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; }