diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2009-10-01 23:27:14 +0000 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2009-10-01 23:27:14 +0000 |
commit | 073a5df37cbaefd4facef6e5195bbad23a677413 (patch) | |
tree | bd90f053018db1800775a1e7af0cc2082845b0f8 /indra/newview/llimfloater.cpp | |
parent | 7cdca2717420f26fa26b467b8c36203997cb6b7a (diff) |
Merge fix, line was deleted.
Diffstat (limited to 'indra/newview/llimfloater.cpp')
-rw-r--r-- | indra/newview/llimfloater.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp index b7ac19272a..d0be581f6d 100644 --- a/indra/newview/llimfloater.cpp +++ b/indra/newview/llimfloater.cpp @@ -78,8 +78,6 @@ LLIMFloater::LLIMFloater(const LLUUID& session_id) } } - //LLUI::getRootView()->setFocusLostCallback(boost::bind(&LLIMFloater::focusChangeCallback, this)); - mCloseSignal.connect(boost::bind(&LLIMFloater::onClose, this)); LLTransientFloaterMgr::getInstance()->registerTransientFloater(this); |