Remove useless typedef declaration.

This commit is contained in:
ManoloFLTK 2020-11-09 12:12:07 +01:00
parent 9bd65d5993
commit 08b36fe4c8

View File

@ -29,7 +29,6 @@
#endif
#if USE_PANGO
typedef struct _cairo_surface cairo_surface_t;
typedef struct _cairo cairo_t;
typedef struct _PangoLayout PangoLayout;
#endif