X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/5ca921b28d5ca2964e19dad8f9b8614b2aebca4d..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, };