]> git.cworth.org Git - apitrace/blobdiff - thirdparty/libpng/pnginfo.h
Update to libpng 1.5.9.
[apitrace] / thirdparty / libpng / pnginfo.h
index fa19f85e72c00895f5de3be5557e25cfb79b680d..a33bfab06de28fc52096ddb90b8bca6915abc8c1 100644 (file)
@@ -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