From 7fc6d3d79b0e28a450b097c923387de133cc4545 Mon Sep 17 00:00:00 2001
From: Todd Stinson <stinson@lindenlab.com>
Date: Wed, 23 May 2012 19:29:17 -0700
Subject: 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.

---
 indra/newview/llagent.cpp | 5 -----
 1 file changed, 5 deletions(-)

(limited to 'indra/newview/llagent.cpp')

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)
 {
-- 
cgit v1.2.3