diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-05-23 18:58:47 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-05-23 18:58:47 -0700 |
commit | e76d7d73c5867b6e662672c88244c38b49d34d0d (patch) | |
tree | fa99374f8f2d880ca52ace8c60f3574d2ea3f71f /indra/newview/llagent.cpp | |
parent | e3ad9d06f292bb9dfdc7e9f8f9898070ce7a2810 (diff) |
Removing cruft code that is no longer used.
Diffstat (limited to 'indra/newview/llagent.cpp')
-rwxr-xr-x | indra/newview/llagent.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index b822af352c..23a2908ce6 100755 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -2633,11 +2633,6 @@ void LLAgent::setGodLevel(U8 god_level) mAgentAccess->setGodLevel(god_level); } -void LLAgent::setAOTransition() -{ - mAgentAccess->setTransition(); -} - const LLAgentAccess& LLAgent::getAgentAccess() { return *mAgentAccess; |