summaryrefslogtreecommitdiff
path: root/indra/llimage/llpngwrapper.h
diff options
context:
space:
mode:
authorThickbrick Sleaford <thickbrick.sleaford@gmail.com>2011-01-09 01:13:38 +0200
committerThickbrick Sleaford <thickbrick.sleaford@gmail.com>2011-01-09 01:13:38 +0200
commitdb1a63e99eb76527e86b071c84f8473417a02a6b (patch)
treee3f4d2bd450bbbfe373cadaf26cf6a593c67abbc /indra/llimage/llpngwrapper.h
parentc132d20a7433e2d09e3521a15497f661fcbd18b8 (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.h3
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;