From 6301a38e93d3548994dcfafde58e4fc210056efe Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Mon, 23 Oct 2023 19:09:16 -0400
Subject: [PATCH] Remove dead settings check

---
 indra/newview/llfloater360capture.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/newview/llfloater360capture.cpp b/indra/newview/llfloater360capture.cpp
index 229af3259d8..5f8c205506d 100644
--- a/indra/newview/llfloater360capture.cpp
+++ b/indra/newview/llfloater360capture.cpp
@@ -84,7 +84,6 @@ LLFloater360Capture::~LLFloater360Capture()
     // and now reverts to the regular "keyhole" frustum of interest
     // list updates.
     if (!LLApp::isExiting() && 
-        gSavedSettings.getBOOL("360CaptureUseInterestListCap") &&
         mStartILMode != gAgent.getInterestListMode())
     {
         gAgent.changeInterestListMode(mStartILMode);
-- 
GitLab