diff options
author | Graham Linden <graham@lindenlab.com> | 2019-05-08 12:49:02 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-05-08 12:49:02 -0700 |
commit | 42fa05bd4cd8d587af4c216faca5e8c010812c8b (patch) | |
tree | 6b305c8abad7ded61056bcd5f2922c81438c36bb /indra | |
parent | 605c9c19661702755171669e2af846abe77d2a51 (diff) |
Remove unref'd vars for Clang.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/lltexturectrl.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lltexturectrl.cpp b/indra/newview/lltexturectrl.cpp index 39a7e81184..c21b16e4f8 100644 --- a/indra/newview/lltexturectrl.cpp +++ b/indra/newview/lltexturectrl.cpp @@ -70,8 +70,6 @@ #include "lllocalbitmaps.h" #include "llerror.h" -static const F32 CONTEXT_CONE_IN_ALPHA = 0.0f; -static const F32 CONTEXT_CONE_OUT_ALPHA = 1.f; static const F32 CONTEXT_FADE_TIME = 0.08f; static const S32 LOCAL_TRACKING_ID_COLUMN = 1; |