diff options
| author | Merov Linden <merov@lindenlab.com> | 2010-11-24 13:57:22 -0800 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2010-11-24 13:57:22 -0800 |
| commit | 2e46db239fc8587ecb5aafceda2f060fd470cd93 (patch) | |
| tree | a1de838836e837ed9e63eb69990437a69bc0ae9b /indra/newview/llpanelplaceinfo.cpp | |
| parent | f2194ee5f6ae305b4eaa379168aefecf0aed477a (diff) | |
| parent | d9e2d4de48fb8bdbf5b6bb40aa6302e5bfccbe25 (diff) | |
Pull from viewer-beta
Diffstat (limited to 'indra/newview/llpanelplaceinfo.cpp')
| -rw-r--r-- | indra/newview/llpanelplaceinfo.cpp | 4 |
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); |
