summaryrefslogtreecommitdiff
path: root/indra/newview/llavataractions.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-06-04 12:19:11 -0700
committerJames Cook <james@lindenlab.com>2010-06-04 12:19:11 -0700
commit9696e94b2453e631f2c3bbb437e34196bc34652b (patch)
tree6f9eb6e94119d8181e13bbbdaaaabfa63a8a730e /indra/newview/llavataractions.cpp
parent02e319ff343e3e45633de81ba048c930ae0c23ab (diff)
Comment out code that won't compile, fix later
Diffstat (limited to 'indra/newview/llavataractions.cpp')
-rw-r--r--indra/newview/llavataractions.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp
index f6d104cf0a..f7db30e023 100644
--- a/indra/newview/llavataractions.cpp
+++ b/indra/newview/llavataractions.cpp
@@ -643,11 +643,12 @@ namespace action_give_inventory
//static
void LLAvatarActions::shareWithAvatars()
{
- using namespace action_give_inventory;
-
- LLFloaterAvatarPicker* picker =
- LLFloaterAvatarPicker::show(boost::bind(give_inventory, _1, _2), TRUE, FALSE);
- picker->setOkBtnEnableCb(boost::bind(is_give_inventory_acceptable));
+ llerrs << "Needs to be fixed to work with LLAvatarName" << llendl;
+// using namespace action_give_inventory;
+//
+// LLFloaterAvatarPicker* picker =
+// LLFloaterAvatarPicker::show(boost::bind(give_inventory, _1, _2), TRUE, FALSE);
+// picker->setOkBtnEnableCb(boost::bind(is_give_inventory_acceptable));
}
// static