summaryrefslogtreecommitdiff
path: root/indra/newview/llagentaccess.h
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-05-23 18:58:47 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-05-23 18:58:47 -0700
commite76d7d73c5867b6e662672c88244c38b49d34d0d (patch)
treefa99374f8f2d880ca52ace8c60f3574d2ea3f71f /indra/newview/llagentaccess.h
parente3ad9d06f292bb9dfdc7e9f8f9898070ce7a2810 (diff)
Removing cruft code that is no longer used.
Diffstat (limited to 'indra/newview/llagentaccess.h')
-rw-r--r--indra/newview/llagentaccess.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/newview/llagentaccess.h b/indra/newview/llagentaccess.h
index 2e98e4eea1..90023d7575 100644
--- a/indra/newview/llagentaccess.h
+++ b/indra/newview/llagentaccess.h
@@ -64,8 +64,6 @@ public:
static int convertTextToMaturity(char text);
- void setTransition(); // sets the transition bit, which defaults to false
- bool isInTransition() const;
bool canSetMaturity(S32 maturity);
private:
@@ -73,13 +71,6 @@ private:
U8 mGodLevel;
bool mAdminOverride;
- // this should be deleted after the 60-day AO transition.
- // It should be safe to remove it in Viewer 2009
- // It's set by a special short-term flag in login.cgi
- // called ao_transition. When that's gone, this can go, along with
- // all of the code that depends on it.
- bool mAOTransition;
-
LLControlGroup& mSavedSettings;
};