diff options
| author | callum_linden <none@none> | 2014-09-22 15:41:46 -0700 |
|---|---|---|
| committer | callum_linden <none@none> | 2014-09-22 15:41:46 -0700 |
| commit | 82dd0453aa2a344b6de3c289d367ab6847e5f8d2 (patch) | |
| tree | 909c80b50a2a772d3a2454dba89a1d5e27b41979 /indra/newview/llstartup.cpp | |
| parent | 499f5aa9a4b46d61ee94b26d5c86bc032766af70 (diff) | |
| parent | bbbbbd24508a91f15a45d2a085c8d6249d47c915 (diff) | |
Merge with top of 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 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(); |
