diff options
author | Merov Linden <merov@lindenlab.com> | 2012-12-17 20:16:33 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-12-17 20:16:33 -0800 |
commit | c2d332a89cb29d54df40f1f120304d871278fb76 (patch) | |
tree | 9102fe977dfe35767fd009af6f8cdd9607a9d190 /indra/newview/llpanelplaceprofile.h | |
parent | 3d137bae5c5435dde305323179d8d3d6c9720bad (diff) |
CHUI-580 : WIP : Added disconnect of callbacks once they're called to prevent filling up the callback queue
Diffstat (limited to 'indra/newview/llpanelplaceprofile.h')
-rw-r--r-- | indra/newview/llpanelplaceprofile.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llpanelplaceprofile.h b/indra/newview/llpanelplaceprofile.h index 6d42118d37..f4c6145881 100644 --- a/indra/newview/llpanelplaceprofile.h +++ b/indra/newview/llpanelplaceprofile.h @@ -116,8 +116,6 @@ private: LLTextEditor* mResaleText; LLTextBox* mSaleToText; LLAccordionCtrl* mAccordionCtrl; - - boost::signals2::connection mAvatarNameCacheConnection; }; #endif // LL_LLPANELPLACEPROFILE_H |