From 3ecce24f9f1a930f9765920a2818e5f5081d696c Mon Sep 17 00:00:00 2001
From: Brad Linden <brad@lindenlab.com>
Date: Wed, 25 Oct 2023 16:57:18 -0700
Subject: [PATCH] Removed dead code after merge breaking the build

---
 indra/newview/llinventorygallery.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/indra/newview/llinventorygallery.cpp b/indra/newview/llinventorygallery.cpp
index e44103c5aa0..62180bb066f 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);
 }
 
-- 
GitLab