summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexturelist.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2022-05-31 11:57:15 -0500
committerDave Parks <davep@lindenlab.com>2022-05-31 11:57:15 -0500
commitdfa71e2bb59e81de93f626fada6975ae46b01bb6 (patch)
tree83a85201d748aae1b03836e103d57a5801590866 /indra/newview/llviewertexturelist.h
parent8c5697a2d6b3976979d22da5c16569ef1c5aa9fd (diff)
SL-17490 Only update a subset of textures each frame and remove dead debug code.
Diffstat (limited to 'indra/newview/llviewertexturelist.h')
-rw-r--r--indra/newview/llviewertexturelist.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llviewertexturelist.h b/indra/newview/llviewertexturelist.h
index 8d70add792..bd60c990b5 100644
--- a/indra/newview/llviewertexturelist.h
+++ b/indra/newview/llviewertexturelist.h
@@ -132,11 +132,7 @@ public:
void clearFetchingRequests();
void setDebugFetching(LLViewerFetchedTexture* tex, S32 debug_level);
- static bool isPrioRequestsFetched();
-
private:
- void updateImagesDecodePriorities();
-
// do some book keeping on the specified texture
// - updates decode priority
// - updates desired discard level
@@ -214,7 +210,6 @@ private:
typedef std::map< LLTextureKey, LLPointer<LLViewerFetchedTexture> > uuid_map_t;
uuid_map_t mUUIDMap;
LLTextureKey mLastUpdateKey;
- LLTextureKey mLastFetchKey;
typedef std::set < LLPointer<LLViewerFetchedTexture> > image_priority_list_t;
image_priority_list_t mImageList;