summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorAura Linden <aura@lindenlab.com>2015-11-13 14:31:21 -0800
committerAura Linden <aura@lindenlab.com>2015-11-13 14:31:21 -0800
commitcdb96f8044fd609f92b9009450454e356008ca1c (patch)
treecafc6ad3c13940a2ce0feabb7c154b3d66c38344 /indra/newview/llvoavatar.h
parent99219cbe80d56dbd9d6f75689304ce2759592868 (diff)
Post review changes.
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-xindra/newview/llvoavatar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index 29f70fca18..002359ebac 100755
--- a/indra/newview/llvoavatar.h
+++ b/indra/newview/llvoavatar.h
@@ -147,8 +147,6 @@ public:
void collectBakedTextureUUIDs(std::set<LLUUID>& ids) const;
void collectTextureUUIDs(std::set<LLUUID>& ids);
void releaseOldTextures();
- void getLegalJointNames(std::deque<std::string>& legal_joint_names,
- bool include_collision_volumes);
/*virtual*/ void updateTextures();
LLViewerFetchedTexture* getBakedTextureImage(const U8 te, const LLUUID& uuid);
/*virtual*/ S32 setTETexture(const U8 te, const LLUUID& uuid); // If setting a baked texture, need to request it from a non-local sim.