diff options
author | callum <none@none> | 2012-06-29 10:36:04 -0700 |
---|---|---|
committer | callum <none@none> | 2012-06-29 10:36:04 -0700 |
commit | 11686a0917c7e6e67920aca46ade4624c5027c0e (patch) | |
tree | 69f56b63cf711b6aef97e0b06d981e5c8087375a /indra/newview/llagentaccess.h | |
parent | fd4708c2c4f221d9f2029072f786e169e119ba1a (diff) | |
parent | 326634e1bf9b87e9c9311b67539abb43323bd33c (diff) |
Merge with viewer-beta
Diffstat (limited to 'indra/newview/llagentaccess.h')
-rw-r--r-- | indra/newview/llagentaccess.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/newview/llagentaccess.h b/indra/newview/llagentaccess.h index 2e98e4eea1..4e851b0aa0 100644 --- a/indra/newview/llagentaccess.h +++ b/indra/newview/llagentaccess.h @@ -59,13 +59,10 @@ public: bool isMature() const; bool isAdult() const; - void setTeen(bool teen); void setMaturity(char text); 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 +70,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; }; |