diff options
author | Monty Brandenberg <monty@lindenlab.com> | 2014-10-06 15:22:58 -0400 |
---|---|---|
committer | Monty Brandenberg <monty@lindenlab.com> | 2014-10-06 15:22:58 -0400 |
commit | 99b2d7455467b126b0b6fd7ac3e7d0ef074000a6 (patch) | |
tree | abe63f154c79c2583e644a77b7cfd2f0117bc632 /indra/newview/llstartup.cpp | |
parent | f9c73f089a5a213e965aa59d6128ba5dd381186e (diff) | |
parent | 788ce7a8cdbbbf98566ce75ec281ec00c21dc6d8 (diff) |
Merge. Refresh from viewer-release after 3.7.17 release.
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rwxr-xr-x | indra/newview/llstartup.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 74df18810c..9da7717b74 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1891,19 +1891,6 @@ bool idle_startup() display_startup(); - // based on the comments, we've successfully logged in so we can delete the 'forced' - // URL that the updater set in settings.ini (in a mostly paranoid fashion) - std::string nextLoginLocation = gSavedSettings.getString( "NextLoginLocation" ); - if ( nextLoginLocation.length() ) - { - // clear it - gSavedSettings.setString( "NextLoginLocation", "" ); - - // and make sure it's saved - gSavedSettings.saveToFile( gSavedSettings.getString("ClientSettingsFile") , TRUE ); - LLUIColorTable::instance().saveUserSettings(); - }; - display_startup(); // JC: Initializing audio requests many sounds for download. init_audio(); |