diff options
author | Graham Linden <graham@lindenlab.com> | 2019-04-25 11:43:16 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-04-25 11:43:16 -0700 |
commit | 4d6cb310ec516fe50912293042ee95d5a10cbe73 (patch) | |
tree | fde3c99078857d8d720937d924c185da17b66f0f /indra/llinventory/llsettingssky.cpp | |
parent | 4ed05fc84fce0fbee76c583e91feed5aff2dbbfc (diff) |
Remove unused vars making Clang warnerror.
Diffstat (limited to 'indra/llinventory/llsettingssky.cpp')
-rw-r--r-- | indra/llinventory/llsettingssky.cpp | 3 |
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()) { |