builder: Remove unused typedef

This commit is contained in:
Timm Bäder 2021-01-03 12:33:25 +01:00
parent 41fb6f6a8e
commit 21b6c8b5d8

View File

@ -190,8 +190,6 @@ typedef struct {
GHashTable *object_ids;
} ParserData;
typedef GType (*GTypeGetFunc) (void);
/* Things only GtkBuilder should use */
GBytes * _gtk_buildable_parser_precompile (const char *text,
gssize text_len,