[gtk+] Remove duplicate definition of GtkStylePrintFunc



commit ba2d3d1469bc34110644cc34ebc5100443da4fc9
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Wed Jan 11 13:10:06 2012 +0100

    Remove duplicate definition of GtkStylePrintFunc

 gtk/gtkcssstylefuncs.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkcssstylefuncs.c b/gtk/gtkcssstylefuncs.c
index 5f4893b..5184b52 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]