diff options
author | Merov Linden <merov@lindenlab.com> | 2014-10-06 21:57:06 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-10-06 21:57:06 -0700 |
commit | dc738f6757671af44fb39cb4cf35ec68a5c16b71 (patch) | |
tree | a6334029adc5b8815a440e2db07610f0d0f98ef0 /indra/newview/llstartup.cpp | |
parent | 5ded6ef85b971a2be9287f11be5acca2b343f364 (diff) | |
parent | 788ce7a8cdbbbf98566ce75ec281ec00c21dc6d8 (diff) |
Pull merge from lindenlab/viewer-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 77a5f4989b..fa8a6eb87a 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1899,19 +1899,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(); |