summaryrefslogtreecommitdiff
path: root/gtk/gtkstyleproperty.c
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/gtkstyleproperty.c
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/gtkstyleproperty.c')
-rw-r--r--gtk/gtkstyleproperty.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/gtk/gtkstyleproperty.c b/gtk/gtkstyleproperty.c
index 080e3abff4..78037f3796 100644
--- a/gtk/gtkstyleproperty.c
+++ b/gtk/gtkstyleproperty.c
@@ -455,19 +455,6 @@ gtk_style_property_real_parse_value (GtkStyleProperty *property,
return _gtk_css_style_parse_value (value, parser, base);
}
-GParameter *
-_gtk_style_property_unpack (GtkStyleProperty *property,
- const GValue *value,
- guint *n_params)
-{
- g_return_val_if_fail (property != NULL, NULL);
- g_return_val_if_fail (property->unpack_func != NULL, NULL);
- g_return_val_if_fail (value != NULL, NULL);
- g_return_val_if_fail (n_params != NULL, NULL);
-
- return property->unpack_func (value, n_params);
-}
-
/**
* _gtk_style_property_assign:
* @property: the property