diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-09-23 18:15:25 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-09-23 18:15:25 -0400 |
commit | da398cb12f05f32441e4ca843448ea8f4e2acc95 (patch) | |
tree | d6f6c41cef0f2687ba963cf1bb925dc224c9a957 /indra/newview/llvoavatar.h | |
parent | d50be6a8a959b8d7b0f5c8a68b99d3929c17dced (diff) |
SH-3455 WIP - post-SSA cleanup
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-x | indra/newview/llvoavatar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index c7f80a1017..d297ce2b91 100755 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -142,8 +142,6 @@ public: bool allTexturesCompletelyDownloaded(std::set<LLUUID>& ids) const; bool allLocalTexturesCompletelyDownloaded() const; bool allBakedTexturesCompletelyDownloaded() const; - void bakedTextureOriginCounts(S32 &sb_count, S32 &host_count, - S32 &both_count, S32 &neither_count); std::string bakedTextureOriginInfo(); void collectLocalTextureUUIDs(std::set<LLUUID>& ids) const; void collectBakedTextureUUIDs(std::set<LLUUID>& ids) const; |