summaryrefslogtreecommitdiff
path: root/indra/llimage/llimagepng.h
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-06-16 15:25:40 +0300
committerVadim Savchuk <vsavchuk@productengine.com>2010-06-16 15:25:40 +0300
commit9cb1fcec6d52933f01426aec4e6a3f1b6774632c (patch)
treeac6b0a5ddb280db610162dece01166905d46b60e /indra/llimage/llimagepng.h
parentb9a468aff6b4b9bdaf4ac0ab2a309902c6c203ed (diff)
parent9ee5a62332353db6a098628e69732d2723cc5deb (diff)
Merge from default branch
--HG-- branch : product-engine
Diffstat (limited to 'indra/llimage/llimagepng.h')
-rw-r--r--indra/llimage/llimagepng.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llimage/llimagepng.h b/indra/llimage/llimagepng.h
index 083dda73b9..4d6e2ee70a 100644
--- a/indra/llimage/llimagepng.h
+++ b/indra/llimage/llimagepng.h
@@ -47,9 +47,6 @@ public:
/*virtual*/ BOOL updateData();
/*virtual*/ BOOL decode(LLImageRaw* raw_image, F32 decode_time);
/*virtual*/ BOOL encode(const LLImageRaw* raw_image, F32 encode_time);
-
-private:
- U8* mTmpWriteBuffer;
};
#endif