diff options
author | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-02-04 15:45:24 +0200 |
---|---|---|
committer | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-02-04 15:45:24 +0200 |
commit | 0ae5368cc61f8ce95a186e6c2268b1e0a8d59c14 (patch) | |
tree | 2beb159778842156fad344e55ce8e00de397b6d2 /indra/llimagej2coj/llimagej2coj.h | |
parent | 36a44ba0e9133e78cc66f7d0b65d0890cfeb3db5 (diff) | |
parent | 56ca1aebb866b7d7e1526e31797dd7e07fcb74a8 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/llimagej2coj/llimagej2coj.h')
-rw-r--r-- | indra/llimagej2coj/llimagej2coj.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llimagej2coj/llimagej2coj.h b/indra/llimagej2coj/llimagej2coj.h index 73cb074f1f..8255d5225f 100644 --- a/indra/llimagej2coj/llimagej2coj.h +++ b/indra/llimagej2coj/llimagej2coj.h @@ -51,9 +51,6 @@ protected: // Divide a by b to the power of 2 and round upwards. return (a + (1 << b) - 1) >> b; } - - // Temporary variables for in-progress decodes... - LLImageRaw *mRawImagep; }; #endif |