diff options
author | Dave Parks <davep@lindenlab.com> | 2024-08-20 06:59:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-20 06:59:07 -0500 |
commit | ed6732eda8c80d17e05bbc6563b6ce08ef6b8c72 (patch) | |
tree | 405831690453e0c015131ad4d73a89063b0d4450 /indra/newview/lldrawpoolavatar.cpp | |
parent | 16c9c47f14411263889798d89eaa6dde9b1e4771 (diff) |
#2315 Ensure textures are deleted when they are no longer referenced. (#2343)
* #2315 WIP -- Clean up deletion rules in texture list. Incidental decruft.
* Touch up assertions.
* Move mLastReferencedTimer to LLViewerMediaTexture since it's no longer used by LLViewerTexture
Diffstat (limited to 'indra/newview/lldrawpoolavatar.cpp')
-rw-r--r-- | indra/newview/lldrawpoolavatar.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lldrawpoolavatar.cpp b/indra/newview/lldrawpoolavatar.cpp index ec70c7ebc0..95f96e85d6 100644 --- a/indra/newview/lldrawpoolavatar.cpp +++ b/indra/newview/lldrawpoolavatar.cpp @@ -62,8 +62,6 @@ S32 LLDrawPoolAvatar::sShadowPass = -1; S32 LLDrawPoolAvatar::sDiffuseChannel = 0; F32 LLDrawPoolAvatar::sMinimumAlpha = 0.2f; -LLUUID gBlackSquareID; - static bool is_deferred_render = false; static bool is_post_deferred_render = false; |