summaryrefslogtreecommitdiff
path: root/gtk/gtkcssstylefuncs.c
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-01-11 13:10:06 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2012-01-11 13:10:28 +0100
commitba2d3d1469bc34110644cc34ebc5100443da4fc9 (patch)
treec46f6252e9f224971866d492c4626bb5adf3a3c1 /gtk/gtkcssstylefuncs.c
parentf24dd8f0676b8ea0f34ec5b4ba137ce57881f450 (diff)
downloadgtk+-ba2d3d1469bc34110644cc34ebc5100443da4fc9.tar.gz
Remove duplicate definition of GtkStylePrintFunc
Diffstat (limited to 'gtk/gtkcssstylefuncs.c')
-rw-r--r--gtk/gtkcssstylefuncs.c2
1 files changed, 0 insertions, 2 deletions
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);