From 18077965146922efb6541734bc3f7307efb4f586 Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Fri, 8 Jun 2012 12:15:36 -0700 Subject: Fix post merge build issue: take clipboard changes into account --- indra/newview/llavatarlistitem.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llavatarlistitem.cpp b/indra/newview/llavatarlistitem.cpp index e670d3ea04..7ba63bc4a2 100644 --- a/indra/newview/llavatarlistitem.cpp +++ b/indra/newview/llavatarlistitem.cpp @@ -383,7 +383,6 @@ BOOL LLAvatarListItem::handleHover(S32 x, S32 y, MASK mask) uuid_vec_t cargo_ids; types.push_back(DAD_PERSON); cargo_ids.push_back(mAvatarId); - gClipboard.setSourceObject(mAvatarId, LLAssetType::AT_PERSON); LLToolDragAndDrop::ESource src = LLToolDragAndDrop::SOURCE_PEOPLE; LLToolDragAndDrop::getInstance()->beginMultiDrag(types, cargo_ids, src); } -- cgit v1.2.3