summaryrefslogtreecommitdiff
path: root/indra/viewer_components
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2009-05-28 22:53:21 +0000
committerNat Goodspeed <nat@lindenlab.com>2009-05-28 22:53:21 +0000
commit7915162b96e329c6ee5487a7931d6779c78b92a7 (patch)
tree92efb6a6f2b938d829866e7d074755c628e3c964 /indra/viewer_components
parentc607752a9dc17aaf2405ef36a78773d1a6400944 (diff)
DEV-31892: rev 119315 got lost somewhere along the way?! Reapplying.
Diffstat (limited to 'indra/viewer_components')
-rw-r--r--indra/viewer_components/login/lllogin.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/viewer_components/login/lllogin.cpp b/indra/viewer_components/login/lllogin.cpp
index 87e3811f42..26b950b618 100644
--- a/indra/viewer_components/login/lllogin.cpp
+++ b/indra/viewer_components/login/lllogin.cpp
@@ -138,10 +138,6 @@ void LLLogin::Impl::connect(const std::string& uri, const LLSD& credentials)
void LLLogin::Impl::login_(coroutine_type::self& self,
const std::string& uri, const LLSD& credentials)
{
- // Mimicking previous behavior, every time the OldSchoolLogin state
- // machine arrived in the Offline state, it would send a progress
- // announcement.
- sendProgressEvent("offline", mAuthResponse["responses"]);
// Arriving in SRVRequest state
LLEventStream replyPump("reply", true);
// Should be an array of one or more uri strings.