diff options
author | brad kittenbrink <brad@lindenlab.com> | 2009-08-31 20:00:09 -0400 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2009-08-31 20:00:09 -0400 |
commit | 81d3f7ec6b348a08ad8c330d8d9ba90cd10ee816 (patch) | |
tree | 6a59eb227c061117346b7466b07e4dae41e1c5a8 /indra/newview/llstartup.cpp | |
parent | 3df557435fa3e83a1d0f5f6880aab2e5e6a2ba13 (diff) |
Post-merge cleanups (ported llstartup.cpp changes to where the surrounding code has been moved to in LLLoginInstance and LLAppViewer)
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 8859f1ffb5..6bd0f8d6fa 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1031,7 +1031,6 @@ bool idle_startup() gDebugInfo["GridName"] = LLViewerLogin::getInstance()->getGridLabel(); // Update progress status and the display loop. - requested_options.push_back("adult_compliant"); auth_desc = LLTrans::getString("LoginInProgress"); set_startup_status(progress, auth_desc, auth_message); progress += 0.02f; |