GTK: Bitmap: Converted bool not needed any more.

This commit is contained in:
Michael Drake 2022-03-28 16:42:09 +01:00
parent fce59865c5
commit 231c96cf8d

View File

@ -26,7 +26,6 @@ extern struct gui_bitmap_table *nsgtk_bitmap_table;
struct bitmap {
cairo_surface_t *surface; /* original cairo surface */
cairo_surface_t *scsurface; /* scaled surface */
bool converted; /** set if the surface data has been converted */
};
int nsgtk_bitmap_get_width(void *vbitmap);