types: Remove and unused typedef

GtkRcPropertyParser is gone.
This commit is contained in:
Benjamin Otte 2019-11-21 15:39:48 +01:00
parent d92cfa2179
commit c72c0f4d43

View File

@ -52,10 +52,6 @@ typedef struct _GtkWidgetPath GtkWidgetPath;
typedef struct _GtkWindow GtkWindow;
typedef gboolean (*GtkRcPropertyParser) (const GParamSpec *pspec,
const GString *rc_string,
GValue *property_value);
typedef void (*GtkBuilderConnectFunc) (GtkBuilder *builder,
GObject *object,
const gchar *signal_name,