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.h | |
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.h')
-rw-r--r-- | indra/newview/llagent.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h index dcb26efe41..1ca12f14b7 100644 --- a/indra/newview/llagent.h +++ b/indra/newview/llagent.h @@ -688,7 +688,6 @@ public: bool isTeen() const; bool isMature() const; bool isAdult() const; - void setTeen(bool teen); void setMaturity(char text); static int convertTextToMaturity(char text); |