diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-02-27 10:45:50 -0500 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-02-27 10:45:50 -0500 | 
| commit | a07127ee7caf4ccdd4137fbecf79b4650decb0c2 (patch) | |
| tree | 527c28465059dafc82bf9fbf0dff340287476ce8 /indra/newview/llappearancemgr.cpp | |
| parent | 43aac9ad1d303b24432623e253f568fd82b77a2a (diff) | |
DRTVWR-397 - removed duplicate function
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
| -rwxr-xr-x | indra/newview/llappearancemgr.cpp | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 783d3a822e..f8c964cb9a 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -3975,16 +3975,6 @@ BOOL LLAppearanceMgr::getIsInCOF(const LLUUID& obj_id) const  	return FALSE;  } -// FIXME apparent duplicate of isLinkedInCOF() - -// static -bool LLAppearanceMgr::isLinkInCOF(const LLUUID& obj_id) -{ -	const LLUUID& target_id = gInventory.getLinkedItemID(obj_id); -	LLLinkedItemIDMatches find_links(target_id); -	return gInventory.hasMatchingDirectDescendent(LLAppearanceMgr::instance().getCOF(), find_links); -} -  BOOL LLAppearanceMgr::getIsProtectedCOFItem(const LLUUID& obj_id) const  {  	if (!getIsInCOF(obj_id)) return FALSE;  | 
