summaryrefslogtreecommitdiff
path: root/indra/newview/lltoast.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-12-06 15:28:24 -0800
committerMerov Linden <merov@lindenlab.com>2010-12-06 15:28:24 -0800
commit4669dae30407d95b25bd48401c8bf3f9e7095859 (patch)
treeaeb7ef6f65bd5a0791de8ebfa70ca01c7721dc19 /indra/newview/lltoast.cpp
parent50b6114862ee105b084975bcc8c455f0a1d411d8 (diff)
parente03e3257ab2405149c85277e7259dbc2b361dcb0 (diff)
STORM-730, STORM-717, STORM-690 : pull into viewer-beta
Diffstat (limited to 'indra/newview/lltoast.cpp')
-rw-r--r--indra/newview/lltoast.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/lltoast.cpp b/indra/newview/lltoast.cpp
index 8176b8c1f9..8916469e67 100644
--- a/indra/newview/lltoast.cpp
+++ b/indra/newview/lltoast.cpp
@@ -141,10 +141,6 @@ LLToast::LLToast(const LLToast::Params& p)
// init callbacks if present
if(!p.on_delete_toast().empty())
mOnDeleteToastSignal.connect(p.on_delete_toast());
-
- // *TODO: This signal doesn't seem to be used at all.
- if(!p.on_mouse_enter().empty())
- mOnMouseEnterSignal.connect(p.on_mouse_enter());
}
void LLToast::reshape(S32 width, S32 height, BOOL called_from_parent)
@@ -402,7 +398,6 @@ void LLToast::onToastMouseEnter()
{
mHideBtn->setVisible(TRUE);
}
- mOnMouseEnterSignal(this);
mToastMouseEnterSignal(this, getValue());
}
}