diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2022-05-10 12:32:43 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2022-05-10 12:32:43 -0400 |
commit | 06aa68c2fbcd83cb00465c9f14933bda276b11e8 (patch) | |
tree | 4b0eb047ef16fd5acdb800339fe25ad6306bd926 /indra/newview/llvoavatar.cpp | |
parent | 5bed414ba9418ba8599d3b333eb30e63f62124ae (diff) |
SL-17219: Delete some unused declarations.
These trigger fatal warnings on Mac.
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 151e03ac3b..ed947a7eaa 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -5672,7 +5672,6 @@ void LLVOAvatar::checkTextureLoading() } const F32 SELF_ADDITIONAL_PRI = 0.75f ; -const F32 ADDITIONAL_PRI = 0.5f; void LLVOAvatar::addBakedTextureStats( LLViewerFetchedTexture* imagep, F32 pixel_area, F32 texel_area_ratio, S32 boost_level) { //Note: |