From ccd1c2274c1a16d3de7a94d0697a203311433247 Mon Sep 17 00:00:00 2001 From: Callum Prentice Date: Thu, 6 Mar 2014 10:20:29 -0800 Subject: WENG-1470 (Partial) Secondlife Login Screen Redesign - more misc changes --- indra/newview/llstartup.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'indra/newview/llstartup.cpp') 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(); -- cgit v1.2.3