summaryrefslogtreecommitdiff
path: root/png/pnginfo.h
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2012-04-22 00:06:25 +0000
committerMatthias Melcher <fltk@matthiasm.com>2012-04-22 00:06:25 +0000
commit4f7f902a00678be6a3028f12037fa2e337baf881 (patch)
tree3b773e84a8250c7a3e5bd04ad170d72155fe7c61 /png/pnginfo.h
parent1b01c3a94ca2be1a35ecd59e3e524142157aa7c6 (diff)
Updated PNG library to current version 1.5.10
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9370 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'png/pnginfo.h')
-rw-r--r--png/pnginfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/png/pnginfo.h b/png/pnginfo.h
index fa19f85e7..a33bfab06 100644
--- a/png/pnginfo.h
+++ b/png/pnginfo.h
@@ -138,7 +138,6 @@ defined(PNG_READ_BACKGROUND_SUPPORTED)
* single color specified that should be treated as fully transparent.
* Data is valid if (valid & PNG_INFO_tRNS) is non-zero.
*/
- png_bytep trans; /* alpha values for paletted image */
png_bytep trans_alpha; /* alpha values for paletted image */
png_color_16 trans_color; /* transparent color for non-palette image */
#endif