diff options
author | Brad Linden <brad@lindenlab.com> | 2023-03-10 16:54:27 -0800 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2023-03-10 16:54:56 -0800 |
commit | 0e178e12562b95915a9a775cd40d3bb44729332c (patch) | |
tree | bba6a35c13c596e7c45e8c1a43cbeb0c0b64274c /indra/newview/llviewertexture.cpp | |
parent | cdc04d20412c58d0f60a001ecaecb18f3cac5e62 (diff) |
Fixing unused variables for mac build after SL-19172 work
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rw-r--r-- | indra/newview/llviewertexture.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp index ac36c51dd5..ec03556ff4 100644 --- a/indra/newview/llviewertexture.cpp +++ b/indra/newview/llviewertexture.cpp @@ -101,8 +101,6 @@ F32 LLViewerTexture::sCurrentTime = 0.0f; LLViewerTexture::EDebugTexels LLViewerTexture::sDebugTexelsMode = LLViewerTexture::DEBUG_TEXELS_OFF; -const F32 desired_discard_bias_min = -2.0f; // -max number of levels to improve image quality by -const F32 desired_discard_bias_max = (F32)MAX_DISCARD_LEVEL; // max number of levels to reduce image quality by const F64 log_2 = log(2.0); #if ADDRESS_SIZE == 32 @@ -469,8 +467,6 @@ void LLViewerTexture::initClass() } // tuning params -const F32 discard_bias_delta = .25f; -const F32 discard_delta_time = 0.5f; const F32 GPU_MEMORY_CHECK_WAIT_TIME = 1.0f; // non-const (used externally F32 texmem_lower_bound_scale = 0.85f; |