summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2026-05-20 10:53:12 -0400
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2026-05-20 10:53:12 -0400
commit804da736ca188433c242e8002b9f0c7c5bf2b246 (patch)
tree833aa78472d16b9355af7af5d53c2ba0bad118b8
parent80b557310bb980e17123a84a9f93eb87d1040e81 (diff)
Update llimagej2ckdu_test.cpp
-rw-r--r--indra/llkdu/tests/llimagej2ckdu_test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llkdu/tests/llimagej2ckdu_test.cpp b/indra/llkdu/tests/llimagej2ckdu_test.cpp
index b8c50c9978..6be2d3a078 100644
--- a/indra/llkdu/tests/llimagej2ckdu_test.cpp
+++ b/indra/llkdu/tests/llimagej2ckdu_test.cpp
@@ -83,10 +83,8 @@ void LLImageBase::setSize(S32 , S32 , S32 ) { }
bool LLImageBase::isBufferInvalid() const { return false; }
LLImageJ2CImpl::~LLImageJ2CImpl() { }
-
-// LLImageJ2CKDU::estimateDataSize calls LLImage::useNewByteRange() which is
-// inline and reads sUseNewByteRange; provide storage for the test link.
bool LLImage::sUseNewByteRange = false;
+S32 LLImageJ2C::calcHeaderSizeJ2C() { return 0; }
LLImageFormatted::LLImageFormatted(S8 ) { }
LLImageFormatted::~LLImageFormatted() { }