diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-05-23 19:29:17 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-05-23 19:29:17 -0700 |
commit | 7fc6d3d79b0e28a450b097c923387de133cc4545 (patch) | |
tree | 106d973af0d63930ace5f09ac8a6596de5c4fe36 /indra/newview/llagent.cpp | |
parent | e76d7d73c5867b6e662672c88244c38b49d34d0d (diff) |
Removing some code that allowed the viewer to toggle the user's maturity access level. But only toggling it in the viewer leads to some really bad discontinuities with the server's actual access level for the user.
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 23a2908ce6..07a439e696 100755 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -2481,11 +2481,6 @@ bool LLAgent::isAdult() const return mAgentAccess->isAdult(); } -void LLAgent::setTeen(bool teen) -{ - mAgentAccess->setTeen(teen); -} - //static int LLAgent::convertTextToMaturity(char text) { |