summaryrefslogtreecommitdiff
path: root/indra/newview/lltoast.cpp
diff options
context:
space:
mode:
authorTofu Buzzard <no-email>2010-10-25 23:29:49 +0100
committerTofu Buzzard <no-email>2010-10-25 23:29:49 +0100
commit26700e0d40c5f650e713f5209dd80b5df84b2b5a (patch)
tree03fe24d0bb133c03bfe0b4afe14eeaea90fa0d44 /indra/newview/lltoast.cpp
parentad033a4b35387a343f2204cda64ecb590888b60e (diff)
parenta40a2a7a465f6e03ca495c301dfbf7bfa376be30 (diff)
merge from viewer-development.
Diffstat (limited to 'indra/newview/lltoast.cpp')
-rw-r--r--indra/newview/lltoast.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltoast.cpp b/indra/newview/lltoast.cpp
index a9ab98da5f..c3090cb1fc 100644
--- a/indra/newview/lltoast.cpp
+++ b/indra/newview/lltoast.cpp
@@ -102,6 +102,7 @@ LLToast::LLToast(const LLToast::Params& p)
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());
}