summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");