From f81c648ab90d86171bf309f708c01a06654b1166 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Fri, 6 Nov 2020 20:12:16 -0500
Subject: [PATCH] Unused variable warnings

---
 indra/llaudio/llaudiodecodemgr.cpp | 2 --
 indra/llui/llfolderview.cpp        | 1 -
 indra/llui/llmultislider.cpp       | 2 --
 3 files changed, 5 deletions(-)

diff --git a/indra/llaudio/llaudiodecodemgr.cpp b/indra/llaudio/llaudiodecodemgr.cpp
index bca72375122..3a728785d74 100644
--- a/indra/llaudio/llaudiodecodemgr.cpp
+++ b/indra/llaudio/llaudiodecodemgr.cpp
@@ -567,8 +567,6 @@ class LLAudioDecodeMgr::Impl
 
 void LLAudioDecodeMgr::Impl::processQueue(const F32 num_secs)
 {
-	LLUUID uuid;
-
 	LLTimer decode_timer;
 
 	BOOL done = FALSE;
diff --git a/indra/llui/llfolderview.cpp b/indra/llui/llfolderview.cpp
index d38a109b3df..60eec12a58f 100644
--- a/indra/llui/llfolderview.cpp
+++ b/indra/llui/llfolderview.cpp
@@ -768,7 +768,6 @@ void LLFolderView::removeSelectedItems()
 
 		// iterate through the new container.
 		count = items.size();
-		LLUUID new_selection_id;
 		LLFolderViewItem* item_to_select = getNextUnselectedItem();
 
 		if(count == 1)
diff --git a/indra/llui/llmultislider.cpp b/indra/llui/llmultislider.cpp
index 1ccfc065fb9..eaee50847dc 100644
--- a/indra/llui/llmultislider.cpp
+++ b/indra/llui/llmultislider.cpp
@@ -666,8 +666,6 @@ void LLMultiSlider::draw()
 	// drawing solids requires texturing be disabled
 	gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE);
 
-	LLRect rect(mDragStartThumbRect);
-
 	F32 opacity = getEnabled() ? 1.f : 0.3f;
 
 	// Track
-- 
GitLab