summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelplaceinfo.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-11-24 13:57:22 -0800
committerMerov Linden <merov@lindenlab.com>2010-11-24 13:57:22 -0800
commit2e46db239fc8587ecb5aafceda2f060fd470cd93 (patch)
treea1de838836e837ed9e63eb69990437a69bc0ae9b /indra/newview/llpanelplaceinfo.cpp
parentf2194ee5f6ae305b4eaa379168aefecf0aed477a (diff)
parentd9e2d4de48fb8bdbf5b6bb40aa6302e5bfccbe25 (diff)
Pull from viewer-beta
Diffstat (limited to 'indra/newview/llpanelplaceinfo.cpp')
-rw-r--r--indra/newview/llpanelplaceinfo.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llpanelplaceinfo.cpp b/indra/newview/llpanelplaceinfo.cpp
index 9cbb512e70..4ae0c0eb12 100644
--- a/indra/newview/llpanelplaceinfo.cpp
+++ b/indra/newview/llpanelplaceinfo.cpp
@@ -128,10 +128,6 @@ void LLPanelPlaceInfo::sendParcelInfoRequest()
{
if (mParcelID != mRequestedID)
{
- //ext-4655, defensive. remove now incase this gets called twice without a remove
- //as panel never closes its ok atm (but wrong :)
- LLRemoteParcelInfoProcessor::getInstance()->removeObserver(mRequestedID, this);
-
LLRemoteParcelInfoProcessor::getInstance()->addObserver(mParcelID, this);
LLRemoteParcelInfoProcessor::getInstance()->sendParcelInfoRequest(mParcelID);