Fixed uiImage redeclaration warnings on GTK+.

This commit is contained in:
Pietro Gagliardi 2018-04-18 10:20:55 -04:00
parent 6507a0d3a1
commit bd2f436d91
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ extern uiDrawContext *newContext(cairo_t *cr, GtkStyleContext *style);
extern void freeContext(uiDrawContext *);
// image.c
/*TODO remove this*/typedef struct uiImage uiImage;
extern cairo_surface_t *imageAppropriateSurface(uiImage *i, GtkWidget *w);
// cellrendererbutton.c