]> git.draconx.ca Git - liblbx.git/blobdiff - src/image.c
liblbx: Remove now-redundant fields from lbx_imginfo.
[liblbx.git] / src / image.c
index c3abf3f643524d14e9948e54bb24529ab6685b91..f407a2d72d594157f4d05b353364c5720baa8f9d 100644 (file)
@@ -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,
        };