diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-11-16 22:06:17 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-11-16 22:11:35 +0200 |
commit | 0812d81e7b64ef80f7ca832f7110f43f1ce9ff33 (patch) | |
tree | 6a803f5ff5bd8001000ddd785271b6ee2682ab81 /indra | |
parent | 6397badddd03f28a62b3f93b2653a2c0193114bf (diff) |
SL-13287 Removed unused hack
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/lltoolpie.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/lltoolpie.cpp b/indra/newview/lltoolpie.cpp index 864ce09430..f98f9c69f2 100644 --- a/indra/newview/lltoolpie.cpp +++ b/indra/newview/lltoolpie.cpp @@ -1109,8 +1109,6 @@ BOOL LLToolPie::handleTooltipObject( LLViewerObject* hover_object, std::string l final_name = LLTrans::getString("TooltipPerson");; } - // *HACK: We may select this object, so pretend it was clicked - mPick = mHoverPick; LLInspector::Params p; p.fillFrom(LLUICtrlFactory::instance().getDefaultParams<LLInspector>()); p.message(final_name); @@ -1222,8 +1220,6 @@ BOOL LLToolPie::handleTooltipObject( LLViewerObject* hover_object, std::string l if (show_all_object_tips || needs_tip) { - // We may select this object, so pretend it was clicked - mPick = mHoverPick; LLInspector::Params p; p.fillFrom(LLUICtrlFactory::instance().getDefaultParams<LLInspector>()); p.message(tooltip_msg); |