From f014d4f02e124983594c4ee34175e6e5d97d8566 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 4 Jan 2012 04:04:15 +0100 Subject: [PATCH] shorthand: Don't require pack/unpack functions When using G_TYPE_NONE as the shorthand's type, the property is not gettable/settable using regular APIs, so it essentially doesn't exist. As it should be. --- gtk/gtkcssshorthandpropertyimpl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtk/gtkcssshorthandpropertyimpl.c b/gtk/gtkcssshorthandpropertyimpl.c index b1f4bac52..c394ffb18 100644 --- a/gtk/gtkcssshorthandpropertyimpl.c +++ b/gtk/gtkcssshorthandpropertyimpl.c @@ -616,9 +616,6 @@ _gtk_css_shorthand_property_register (const char *name, { GtkStyleProperty *node; - g_return_if_fail (pack_func != NULL); - g_return_if_fail (unpack_func != NULL); - node = g_object_new (GTK_TYPE_CSS_SHORTHAND_PROPERTY, "name", name, "value-type", value_type, -- 2.43.2