Finally removed the extra uiImage declarations that were there for long-irrelevant compiler errors.

This commit is contained in:
Pietro Gagliardi 2018-06-23 23:45:58 -04:00
parent 74ec21f4c7
commit 8f4598f641
2 changed files with 0 additions and 3 deletions

View File

@ -23,8 +23,6 @@
#define NSAppKitVersionNumber10_9 1265 #define NSAppKitVersionNumber10_9 1265
#endif #endif
/*TODO remove this*/typedef struct uiImage uiImage;
// map.m // map.m
typedef struct uiprivMap uiprivMap; typedef struct uiprivMap uiprivMap;
extern uiprivMap *uiprivNewMap(void); extern uiprivMap *uiprivNewMap(void);

View File

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