From ba2d3d1469bc34110644cc34ebc5100443da4fc9 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 11 Jan 2012 13:10:06 +0100 Subject: Remove duplicate definition of GtkStylePrintFunc --- gtk/gtkcssstylefuncs.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk/gtkcssstylefuncs.c') 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); -- cgit v1.2.1