diff options
| author | Todd Stinson <stinson@lindenlab.com> | 2012-05-23 18:58:47 -0700 |
|---|---|---|
| committer | Todd Stinson <stinson@lindenlab.com> | 2012-05-23 18:58:47 -0700 |
| commit | e76d7d73c5867b6e662672c88244c38b49d34d0d (patch) | |
| tree | fa99374f8f2d880ca52ace8c60f3574d2ea3f71f /indra/newview/llagentaccess.cpp | |
| parent | e3ad9d06f292bb9dfdc7e9f8f9898070ce7a2810 (diff) | |
Removing cruft code that is no longer used.
Diffstat (limited to 'indra/newview/llagentaccess.cpp')
| -rw-r--r-- | indra/newview/llagentaccess.cpp | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/indra/newview/llagentaccess.cpp b/indra/newview/llagentaccess.cpp index 08a33ab04a..bf2a78e7f5 100644 --- a/indra/newview/llagentaccess.cpp +++ b/indra/newview/llagentaccess.cpp @@ -33,8 +33,7 @@ LLAgentAccess::LLAgentAccess(LLControlGroup& savedSettings) : mSavedSettings(savedSettings), mAccess(SIM_ACCESS_PG), mAdminOverride(false), - mGodLevel(GOD_NOT), - mAOTransition(false) + mGodLevel(GOD_NOT) { } @@ -182,16 +181,6 @@ void LLAgentAccess::setMaturity(char text) mSavedSettings.setU32("PreferredMaturity", preferred_access); } -void LLAgentAccess::setTransition() -{ - mAOTransition = true; -} - -bool LLAgentAccess::isInTransition() const -{ - return mAOTransition; -} - bool LLAgentAccess::canSetMaturity(S32 maturity) { if (isGodlike()) // Gods can always set their Maturity level |
