diff options
author | Thickbrick Sleaford <thickbrick.sleaford@gmail.com> | 2011-01-09 01:13:38 +0200 |
---|---|---|
committer | Thickbrick Sleaford <thickbrick.sleaford@gmail.com> | 2011-01-09 01:13:38 +0200 |
commit | db1a63e99eb76527e86b071c84f8473417a02a6b (patch) | |
tree | e3f4d2bd450bbbfe373cadaf26cf6a593c67abbc /indra/llimage/llpngwrapper.h | |
parent | c132d20a7433e2d09e3521a15497f661fcbd18b8 (diff) |
FIX VWR-24420 Keep alpha channel in PNG images with background color.
Remove code that composites RGBA PNG images that specify a background
color down to RGB.
Diffstat (limited to 'indra/llimage/llpngwrapper.h')
-rw-r--r-- | indra/llimage/llpngwrapper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llimage/llpngwrapper.h b/indra/llimage/llpngwrapper.h index 47a4207d66..739f435996 100644 --- a/indra/llimage/llpngwrapper.h +++ b/indra/llimage/llpngwrapper.h @@ -88,9 +88,6 @@ private: U32 mFinalSize; - bool mHasBKGD; - png_color_16p mBackgroundColor; - F64 mGamma; std::string mErrorMessage; |