summaryrefslogtreecommitdiff
path: root/indra/llimage/llimage.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-04-05 22:05:00 -0700
committerMerov Linden <merov@lindenlab.com>2012-04-05 22:05:00 -0700
commit91094d92a75b3900be15bfb8be4b9f7cc072487b (patch)
treeb04053971c6f6efdb2e69409887579fc92b0b01d /indra/llimage/llimage.cpp
parent782981866a70f4a33a298c93ee80aaf138fdf459 (diff)
SH-3060 : Implement new byte range computation, cleaned up use of compression rate as well.
Diffstat (limited to 'indra/llimage/llimage.cpp')
-rw-r--r--indra/llimage/llimage.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llimage/llimage.cpp b/indra/llimage/llimage.cpp
index cce03ff6e6..7f95441075 100644
--- a/indra/llimage/llimage.cpp
+++ b/indra/llimage/llimage.cpp
@@ -1337,8 +1337,7 @@ LLImageFormatted::LLImageFormatted(S8 codec)
mDecoding(0),
mDecoded(0),
mDiscardLevel(-1),
- mLevels(0),
- mLayers(0)
+ mLevels(0)
{
mMemType = LLMemType::MTYPE_IMAGEFORMATTED;
}