X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/03c280a6c4bec42b1d4617b6d9e0bad1b9bbc80d..38a465378241d4c74b07fd7e4deaf2af09ff2bcb:/src/image.c diff --git a/src/image.c b/src/image.c index c3abf3f..f407a2d 100644 --- a/src/image.c +++ b/src/image.c @@ -467,10 +467,6 @@ void lbx_img_getinfo(struct lbx_image *pub, struct lbx_imginfo *info) struct lbx_image_priv *img = (struct lbx_image_priv *)pub; *info = (struct lbx_imginfo) { - .width = pub->width, - .height = pub->height, - .nframes = pub->frames, - .chunk = pub->chunk, .palettesz = (img->flags & FLAG_PALETTE) ? img->palcount : 0, };