diff options
| author | Callum Prentice <callum@lindenlab.com> | 2014-03-06 10:20:29 -0800 |
|---|---|---|
| committer | Callum Prentice <callum@lindenlab.com> | 2014-03-06 10:20:29 -0800 |
| commit | ccd1c2274c1a16d3de7a94d0697a203311433247 (patch) | |
| tree | 7c1c78d77b0631fd0eafd9d396ffb673165a5403 /indra/newview/llstartup.cpp | |
| parent | 075bbb3887750ed0e441068960437d770b699062 (diff) | |
WENG-1470 (Partial) Secondlife Login Screen Redesign - more misc changes
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 67a76460a7..52130c2c83 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1874,19 +1874,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(); |
