summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2023-10-25 16:57:18 -0700
committerBrad Linden <brad@lindenlab.com>2023-10-25 16:57:18 -0700
commit3ecce24f9f1a930f9765920a2818e5f5081d696c (patch)
tree7ea598c82a75ee457ccd0633034418f4e0be85cd /indra/newview
parent26163e2154647e99567b1ce01b89ed208eb11bb8 (diff)
Removed dead code after merge breaking the build
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llinventorygallery.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llinventorygallery.cpp b/indra/newview/llinventorygallery.cpp
index e44103c5aa..62180bb066 100644
--- a/indra/newview/llinventorygallery.cpp
+++ b/indra/newview/llinventorygallery.cpp
@@ -2409,8 +2409,6 @@ void LLInventoryGallery::startDrag()
ids.push_back(selected_id);
}
}
- // We must have set this for some reason, but it's causing compile errors
- (void)src;
LLToolDragAndDrop::getInstance()->beginMultiDrag(types, ids, LLToolDragAndDrop::SOURCE_AGENT);
}