summaryrefslogtreecommitdiff
path: root/image/png.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/png.h')
-rw-r--r--image/png.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/image/png.h b/image/png.h
index ffabd73b9..a5fa6dfae 100644
--- a/image/png.h
+++ b/image/png.h
@@ -37,7 +37,6 @@ struct content_png_data {
png_infop info;
int interlace;
struct bitmap *bitmap; /**< Created NetSurf bitmap */
- unsigned char *bitbuffer; /**< Bitmap buffer */
size_t rowstride, bpp; /**< Bitmap rowstride and bpp */
size_t rowbytes; /**< Number of bytes per row */
};