diff options
author | brad kittenbrink <brad@lindenlab.com> | 2010-11-22 19:07:17 -0800 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2010-11-22 19:07:17 -0800 |
commit | 7db4d2b88f24ae5fe6051968d6d4c3ba9aadf817 (patch) | |
tree | 9d7a6dfc7a2d869229d698126c0536a7de35ca60 /indra/newview/llpanellandmarks.cpp | |
parent | 023af775d552709dd8f6f8ee77aeb939510aaed2 (diff) |
Fix for CHOP-220. Reviewed by mani.
Diffstat (limited to 'indra/newview/llpanellandmarks.cpp')
-rw-r--r-- | indra/newview/llpanellandmarks.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llpanellandmarks.cpp b/indra/newview/llpanellandmarks.cpp index d25b8e0e02..e8c8273a9d 100644 --- a/indra/newview/llpanellandmarks.cpp +++ b/indra/newview/llpanellandmarks.cpp @@ -520,9 +520,6 @@ void LLLandmarksPanel::setParcelID(const LLUUID& parcel_id) { if (!parcel_id.isNull()) { - //ext-4655, defensive. remove now incase this gets called twice without a remove - LLRemoteParcelInfoProcessor::getInstance()->removeObserver(parcel_id, this); - LLRemoteParcelInfoProcessor::getInstance()->addObserver(parcel_id, this); LLRemoteParcelInfoProcessor::getInstance()->sendParcelInfoRequest(parcel_id); } |