summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-06-05 21:47:52 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-06-05 21:47:52 -0400
commitddc6d219585251ea6246f56bfa5aba6b3e2fd4f0 (patch)
tree908f4676f966972a2c6948474082e2ba39cc6e9f
parent7a7af9a3993dad65d2574d1408a4b64d2b1778d8 (diff)
SL-18837: Followup to 19e9e8c: global Boost.Bind placeholders
do not need 'using' directive, given BOOST_BIND_GLOBAL_PLACEHOLDERS.
-rw-r--r--indra/llinventory/llsettingsbase.cpp3
-rw-r--r--indra/llinventory/llsettingssky.cpp3
-rw-r--r--indra/llinventory/llsettingswater.cpp3
3 files changed, 0 insertions, 9 deletions
diff --git a/indra/llinventory/llsettingsbase.cpp b/indra/llinventory/llsettingsbase.cpp
index ba338dbbee..6ea93e045d 100644
--- a/indra/llinventory/llsettingsbase.cpp
+++ b/indra/llinventory/llsettingsbase.cpp
@@ -33,9 +33,6 @@
#include "llsdserialize.h"
#include <boost/bind.hpp>
-// allow unqualified _1, _2 et al. to mean boost::bind placeholders
-using namespace boost::placeholders;
-
//=========================================================================
namespace
{
diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp
index 0244b2585e..51fca76518 100644
--- a/indra/llinventory/llsettingssky.cpp
+++ b/indra/llinventory/llsettingssky.cpp
@@ -33,9 +33,6 @@
#include "v3colorutil.h"
#include <boost/bind.hpp>
-// allow unqualified _1, _2 et al. to mean boost::bind placeholders
-using namespace boost::placeholders;
-
//=========================================================================
namespace
{
diff --git a/indra/llinventory/llsettingswater.cpp b/indra/llinventory/llsettingswater.cpp
index bc53a46255..89156000b0 100644
--- a/indra/llinventory/llsettingswater.cpp
+++ b/indra/llinventory/llsettingswater.cpp
@@ -34,9 +34,6 @@
#include "indra_constants.h"
#include <boost/bind.hpp>
-// allow unqualified _1, _2 et al. to mean boost::bind placeholders
-using namespace boost::placeholders;
-
const std::string LLSettingsWater::SETTING_BLUR_MULTIPLIER("blur_multiplier");
const std::string LLSettingsWater::SETTING_FOG_COLOR("water_fog_color");
const std::string LLSettingsWater::SETTING_FOG_DENSITY("water_fog_density");