diff options
author | Benjamin Otte <otte@redhat.com> | 2012-01-02 02:22:52 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-01-09 18:37:54 +0100 |
commit | 14994e3fc9fd86343978dd21fe2b32008c7863e9 (patch) | |
tree | c6c1803a6112be86c36a59c4b56e263897e9fe5f /gtk/gtkstylepropertyprivate.h | |
parent | 01548bfcbe71cb2b211fd5878c2dc0c3579c277e (diff) | |
download | gtk+-14994e3fc9fd86343978dd21fe2b32008c7863e9.tar.gz |
styleproperty: Remove _gtk_style_property_unpack()
The function is no longer needed in public API
Diffstat (limited to 'gtk/gtkstylepropertyprivate.h')
-rw-r--r-- | gtk/gtkstylepropertyprivate.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkstylepropertyprivate.h b/gtk/gtkstylepropertyprivate.h index 2326a0933d..e50e453684 100644 --- a/gtk/gtkstylepropertyprivate.h +++ b/gtk/gtkstylepropertyprivate.h @@ -99,10 +99,6 @@ void _gtk_style_property_register (GParamSpec GtkStylePrintFunc print_func, const GValue *initial_value); -GParameter * _gtk_style_property_unpack (GtkStyleProperty * property, - const GValue *value, - guint *n_params); - gboolean _gtk_style_property_parse_value (GtkStyleProperty * property, GValue *value, GtkCssParser *parser, |