summaryrefslogtreecommitdiff
path: root/indra/newview/llenvironment.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2022-10-27 23:08:09 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2022-10-27 23:08:09 +0300
commit91f9f2e9f789d0418107ed5d428e8f0be3a060e2 (patch)
tree2384588ca42f53a4ef53a35a74fb2239cd1d3f6e /indra/newview/llenvironment.cpp
parentb2c5973fbd504039e1ef9d8fe6d853857e00fcad (diff)
DRTVWR-570 Mac build fix: unused variables cleanup
Diffstat (limited to 'indra/newview/llenvironment.cpp')
-rw-r--r--indra/newview/llenvironment.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llenvironment.cpp b/indra/newview/llenvironment.cpp
index 1300cf3658..9a23702c38 100644
--- a/indra/newview/llenvironment.cpp
+++ b/indra/newview/llenvironment.cpp
@@ -684,7 +684,6 @@ namespace
if (!injection->mBlendIn)
mix = 1.0 - mix;
stringset_t dummy;
- LLUUID cloud_noise_id = getCloudNoiseTextureId();
F64 value = this->mSettings[injection->mKeyName].asReal();
if (this->getCloudNoiseTextureId().isNull())
{