Skip to content
Snippets Groups Projects
Commit 0906c9c4 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Trivial cleanup

parent 2820f15f
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -57,8 +57,8 @@ BOOL ALFloaterLightBox::postBuild() ...@@ -57,8 +57,8 @@ BOOL ALFloaterLightBox::postBuild()
updateTonemapper(); updateTonemapper();
updateCAS(); updateCAS();
mTonemapConnection = gSavedSettings.getControl("RenderToneMapType")->getSignal()->connect([&](LLControlVariable* control, const LLSD&, const LLSD&){ updateTonemapper(); }); 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(); }); mCASConnection = gSavedSettings.getControl("RenderSharpenMethod")->getSignal()->connect([&](LLControlVariable* control, const LLSD&, const LLSD&) { updateCAS(); });
return LLFloater::postBuild(); return LLFloater::postBuild();
} }
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
#include "llfloater.h" #include "llfloater.h"
#include <string> #include <string>
using namespace std;
class ALFloaterLightBox final : public LLFloater class ALFloaterLightBox final : public LLFloater
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment