summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturefetch.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-08-05 09:26:04 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2024-08-05 15:57:48 +0300
commit7144fb2359fa0ac64ca7dc8c61bceb0a52015a10 (patch)
tree1fc865a4f589fde0855ff3572d91780c295d9450 /indra/newview/lltexturefetch.h
parent693c217da5aa6d405dd62c9bbed006074747983c (diff)
Remove remainder of unused packet data code from LLTextureFetch
Downloading packets from server was removed in favor of HTTP
Diffstat (limited to 'indra/newview/lltexturefetch.h')
-rw-r--r--indra/newview/lltexturefetch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lltexturefetch.h b/indra/newview/lltexturefetch.h
index aebd2f8f95..3405f76e37 100644
--- a/indra/newview/lltexturefetch.h
+++ b/indra/newview/lltexturefetch.h
@@ -293,8 +293,6 @@ public:
LLUUID mDebugID;
S32 mDebugCount;
bool mDebugPause;
- S32 mPacketCount;
- S32 mBadPacketCount;
static LLTrace::CountStatHandle<F64> sCacheHit;
static LLTrace::CountStatHandle<F64> sCacheAttempt;