summaryrefslogtreecommitdiff
path: root/indra/llinventory
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2019-04-25 11:43:16 -0700
committerGraham Linden <graham@lindenlab.com>2019-04-25 11:43:16 -0700
commit4d6cb310ec516fe50912293042ee95d5a10cbe73 (patch)
treefde3c99078857d8d720937d924c185da17b66f0f /indra/llinventory
parent4ed05fc84fce0fbee76c583e91feed5aff2dbbfc (diff)
Remove unused vars making Clang warnerror.
Diffstat (limited to 'indra/llinventory')
-rw-r--r--indra/llinventory/llsettingssky.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp
index c41944bdbb..549d0c4b3b 100644
--- a/indra/llinventory/llsettingssky.cpp
+++ b/indra/llinventory/llsettingssky.cpp
@@ -953,9 +953,6 @@ void LLSettingsSky::updateSettings()
F32 LLSettingsSky::getSunMoonGlowFactor() const
{
- LLVector3 sunDir = getSunDirection();
- LLVector3 moonDir = getMoonDirection();
-
// sun glow at full iff moon is not up
if (getIsSunUp())
{