diff --git a/gtk/gtkcssstylefuncs.c b/gtk/gtkcssstylefuncs.c index 5f4893b991..5184b526c5 100644 --- a/gtk/gtkcssstylefuncs.c +++ b/gtk/gtkcssstylefuncs.c @@ -55,8 +55,6 @@ typedef gboolean (* GtkStyleParseFunc) (GtkCssParser GValue *value); typedef void (* GtkStylePrintFunc) (const GValue *value, GString *string); -typedef void (* GtkStylePrintFunc) (const GValue *value, - GString *string); typedef void (* GtkStyleComputeFunc) (GValue *computed, GtkStyleContext *context, const GValue *specified);