Remove duplicate definition of GtkStylePrintFunc

This commit is contained in:
Christophe Fergeau 2012-01-11 13:10:06 +01:00
parent f24dd8f067
commit ba2d3d1469

View File

@ -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);