summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2017-09-07 12:52:55 +0000
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2017-09-07 12:52:55 +0000
commit3f072ceca06d134727cb1d4ee04779816a5c9604 (patch)
tree4ed08fa461cde5cc7107b267133a7ba02acc682e /indra/newview/llvoavatar.cpp
parente6f3cfe247912b27e9c8087da631a2f9d20b56b4 (diff)
parent039ba24ed4c3196dc23b3e97314571dd32806eea (diff)
Merged in MAINT-5013
Approved-by: Simon Linden <simon@lindenlab.com> Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com>
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r--indra/newview/llvoavatar.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index 398b33b5ab..efcdb07176 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -5282,10 +5282,6 @@ LLUUID LLVOAvatar::remapMotionID(const LLUUID& id)
if (use_new_walk_run)
result = ANIM_AGENT_FEMALE_RUN_NEW;
}
- else if (id == ANIM_AGENT_SIT)
- {
- result = ANIM_AGENT_SIT_FEMALE;
- }
}
else
{