From 0906c9c49d904736fc9c877cca8eda4ca39175ef Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Sat, 3 Feb 2024 01:02:04 -0500
Subject: [PATCH] Trivial cleanup

---
 indra/newview/alfloaterlightbox.cpp | 4 ++--
 indra/newview/alfloaterlightbox.h   | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/indra/newview/alfloaterlightbox.cpp b/indra/newview/alfloaterlightbox.cpp
index b1fbdaecc4c..7ebd8327ad0 100644
--- a/indra/newview/alfloaterlightbox.cpp
+++ b/indra/newview/alfloaterlightbox.cpp
@@ -57,8 +57,8 @@ BOOL ALFloaterLightBox::postBuild()
 	updateTonemapper();
 	updateCAS();
 
-	mTonemapConnection = gSavedSettings.getControl("RenderToneMapType")->getSignal()->connect([&](LLControlVariable* control, const LLSD&, const LLSD&){ updateTonemapper(); });
-	mCASConnection = gSavedSettings.getControl("RenderSharpenMethod")->getSignal()->connect([&](LLControlVariable* control, const LLSD&, const LLSD&){ updateCAS(); });
+	mTonemapConnection = gSavedSettings.getControl("RenderToneMapType")->getSignal()->connect([&](LLControlVariable* control, const LLSD&, const LLSD&) { updateTonemapper(); });
+	mCASConnection = gSavedSettings.getControl("RenderSharpenMethod")->getSignal()->connect([&](LLControlVariable* control, const LLSD&, const LLSD&) { updateCAS(); });
 
 	return LLFloater::postBuild();
 }
diff --git a/indra/newview/alfloaterlightbox.h b/indra/newview/alfloaterlightbox.h
index 872265b3962..10008a8b2ad 100644
--- a/indra/newview/alfloaterlightbox.h
+++ b/indra/newview/alfloaterlightbox.h
@@ -35,7 +35,6 @@
 
 #include "llfloater.h"
 #include <string>
-using namespace std;
 
 class ALFloaterLightBox final : public LLFloater
 {
-- 
GitLab