diff options
author | Benjamin Otte <otte@redhat.com> | 2011-12-31 13:50:03 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-01-09 18:37:51 +0100 |
commit | 81b2bb0adebb06807fd637a6de8432714a8b097e (patch) | |
tree | 9cb965cc1c3f468ca2c52c8c9a619281da5edf37 /gtk/gtkstylepropertyprivate.h | |
parent | f9485241b1b9dde6604ec6aa92ae25f3c27e80c4 (diff) | |
download | gtk+-81b2bb0adebb06807fd637a6de8432714a8b097e.tar.gz |
styleproperty: Get rid of _gtk_style_property_is_shorthand()
Use GTK_IS_CSS_SHORTHAND_PROPERTY() instead now that we have it.
Diffstat (limited to 'gtk/gtkstylepropertyprivate.h')
-rw-r--r-- | gtk/gtkstylepropertyprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkstylepropertyprivate.h b/gtk/gtkstylepropertyprivate.h index 263cc9f79b..d3768dca99 100644 --- a/gtk/gtkstylepropertyprivate.h +++ b/gtk/gtkstylepropertyprivate.h @@ -98,7 +98,6 @@ guint _gtk_style_property_get_id (const GtkStyleProper const GValue * _gtk_style_property_get_initial_value (const GtkStyleProperty *property); -gboolean _gtk_style_property_is_shorthand (const GtkStyleProperty *property); GParameter * _gtk_style_property_unpack (const GtkStyleProperty *property, const GValue *value, guint *n_params); |