From dfb4370a563a15fb8cd4728f44c2af3dab8ed598 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Wed, 10 Jul 2013 08:12:13 -0400 Subject: [PATCH] Remove iamHereLogin remnants overlooked in 62f03bc4899432e2369c657fb5bdf334dc6af455 --- indra/llmessage/aihttptimeoutpolicy.cpp | 1 - indra/newview/llpanellogin.cpp | 3 --- 2 files changed, 4 deletions(-) diff --git a/indra/llmessage/aihttptimeoutpolicy.cpp b/indra/llmessage/aihttptimeoutpolicy.cpp index 65451b34a..cd68a3f8a 100644 --- a/indra/llmessage/aihttptimeoutpolicy.cpp +++ b/indra/llmessage/aihttptimeoutpolicy.cpp @@ -932,7 +932,6 @@ P2(groupMemberDataResponder, transfer_300s); P2(groupProposalBallotResponder, transfer_300s); P(homeLocationResponder); P2(HTTPGetResponder, reply_15s); -P(iamHereLogin); P(iamHere); P(iamHereVoice); P2(inventoryModelFetchDescendentsResponder, transfer_300s); diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp index 3abb4c2b2..cbd78eb9e 100644 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -90,9 +90,6 @@ #include "llstring.h" #include -class AIHTTPTimeoutPolicy; -extern AIHTTPTimeoutPolicy iamHereLogin_timeout; - const S32 BLACK_BORDER_HEIGHT = 160; const S32 MAX_PASSWORD = 16;