From 8f4598f6419cfaeb02950b1cc7856895dc1411ce Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 23 Jun 2018 23:45:58 -0400 Subject: [PATCH] Finally removed the extra uiImage declarations that were there for long-irrelevant compiler errors. --- darwin/uipriv_darwin.h | 2 -- unix/uipriv_unix.h | 1 - 2 files changed, 3 deletions(-) diff --git a/darwin/uipriv_darwin.h b/darwin/uipriv_darwin.h index bc8b1837..5d50f623 100644 --- a/darwin/uipriv_darwin.h +++ b/darwin/uipriv_darwin.h @@ -23,8 +23,6 @@ #define NSAppKitVersionNumber10_9 1265 #endif -/*TODO remove this*/typedef struct uiImage uiImage; - // map.m typedef struct uiprivMap uiprivMap; extern uiprivMap *uiprivNewMap(void); diff --git a/unix/uipriv_unix.h b/unix/uipriv_unix.h index 27fd673b..de604ced 100644 --- a/unix/uipriv_unix.h +++ b/unix/uipriv_unix.h @@ -48,7 +48,6 @@ extern uiDrawContext *uiprivNewContext(cairo_t *cr, GtkStyleContext *style); extern void uiprivFreeContext(uiDrawContext *); // image.c -/*TODO remove this*/typedef struct uiImage uiImage; extern cairo_surface_t *uiprivImageAppropriateSurface(uiImage *i, GtkWidget *w); // cellrendererbutton.c