lib: Remove fp_img_dev->priv

And use the new instance data helper.
This commit is contained in:
Bastien Nocera
2018-09-15 00:45:42 +02:00
parent 4f75e63e25
commit 058f91909d
23 changed files with 221 additions and 240 deletions

View File

@@ -155,9 +155,6 @@ struct fp_img_dev {
/* FIXME: better place to put this? */
size_t identify_match_offset;
/* FIXME: Remove */
void *priv;
};
int fpi_imgdev_get_img_width(struct fp_img_dev *imgdev);