summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2012-06-11 18:09:40 -0400
committerprep <prep@lindenlab.com>2012-06-11 18:09:40 -0400
commiteb74acb28ef26c4cacc9f58a12ece780617cb960 (patch)
tree249e32b1762dfc6c3dc6c6c647a308e63dbdfed3 /indra
parent6bc9234bbd92e9ec7b95a452f8117501d5538b7f (diff)
removed callback for dynamic pathfinding notification
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/lllocationinputctrl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lllocationinputctrl.cpp b/indra/newview/lllocationinputctrl.cpp
index a6b0f5b81c..34573d7211 100644
--- a/indra/newview/lllocationinputctrl.cpp
+++ b/indra/newview/lllocationinputctrl.cpp
@@ -342,7 +342,6 @@ LLLocationInputCtrl::LLLocationInputCtrl(const LLLocationInputCtrl::Params& p)
pathfinding_dynamic_icon.tool_tip = LLTrans::getString("PathfindingDynamicTooltip");
pathfinding_dynamic_icon.mouse_opaque = true;
mParcelIcon[PATHFINDING_DYNAMIC] = LLUICtrlFactory::create<LLIconCtrl>(pathfinding_dynamic_icon);
- mParcelIcon[PATHFINDING_DYNAMIC]->setMouseDownCallback(boost::bind(&LLLocationInputCtrl::onParcelIconClick, this, PATHFINDING_DYNAMIC));
addChild(mParcelIcon[PATHFINDING_DYNAMIC]);
LLTextBox::Params damage_text = p.damage_text;