summaryrefslogtreecommitdiff
path: root/gtk/gtkstylepropertyprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-01-02 02:22:52 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:37:54 +0100
commit14994e3fc9fd86343978dd21fe2b32008c7863e9 (patch)
treec6c1803a6112be86c36a59c4b56e263897e9fe5f /gtk/gtkstylepropertyprivate.h
parent01548bfcbe71cb2b211fd5878c2dc0c3579c277e (diff)
downloadgtk+-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.h4
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,