diff options
author | Rider Linden <rider@lindenlab.com> | 2015-09-22 13:01:30 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-09-22 13:01:30 -0700 |
commit | 29596be514d361c71273629677bcb4c7052a6036 (patch) | |
tree | f97117c4ddb92ef73c6b2b9436f0eb502b5e3315 /indra/newview | |
parent | 2a37a8b1cc8796e4c86786017414f919dbaa6fac (diff) |
Test disabling a couple of the display_startup() calls as an experiment.
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llstartup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 7616f65a29..60d67be9ef 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -752,10 +752,10 @@ bool idle_startup() // Make sure the process dialog doesn't hide things display_startup(); gViewerWindow->setShowProgress(FALSE); - display_startup(); +// display_startup(); // Show the login dialog login_show(); - display_startup(); +// display_startup(); // connect dialog is already shown, so fill in the names if (gUserCredential.notNull()) { |