diff options
| author | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2026-05-20 10:20:54 -0400 |
|---|---|---|
| committer | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2026-05-20 10:20:54 -0400 |
| commit | 57048769db20f5e84834c8c6dd15466083bd7585 (patch) | |
| tree | 685d5d7d88aaea6064b49561537bdaeae550db89 /indra/llkdu/tests/llimagej2ckdu_test.cpp | |
| parent | a4fdf69c2dae9ed5fafe4d292bfb4cd1ce881441 (diff) | |
Move the KDU data size estimate into j2ckdu, make the base pure virtual.
Diffstat (limited to 'indra/llkdu/tests/llimagej2ckdu_test.cpp')
| -rw-r--r-- | indra/llkdu/tests/llimagej2ckdu_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llkdu/tests/llimagej2ckdu_test.cpp b/indra/llkdu/tests/llimagej2ckdu_test.cpp index a016865fcd..bc52a15c4a 100644 --- a/indra/llkdu/tests/llimagej2ckdu_test.cpp +++ b/indra/llkdu/tests/llimagej2ckdu_test.cpp @@ -83,7 +83,6 @@ void LLImageBase::setSize(S32 , S32 , S32 ) { } bool LLImageBase::isBufferInvalid() const { return false; } LLImageJ2CImpl::~LLImageJ2CImpl() { } -S32 LLImageJ2CImpl::estimateDataSize(S32, S32, S32, S32, F32) const { return 0; } LLImageFormatted::LLImageFormatted(S8 ) { } LLImageFormatted::~LLImageFormatted() { } |
