styleproperties: Don't validate values anymore

Pspecs are on their way out, so validation is, too.
This commit is contained in:
Benjamin Otte 2012-01-02 11:53:36 +01:00
parent 65f6925dd1
commit 799110b011

View File

@ -484,8 +484,6 @@ _gtk_style_properties_set_property_by_property (GtkStyleProperties *props,
}
g_value_copy (value, val);
if (_gtk_style_property_get_value_type (GTK_STYLE_PROPERTY (style_prop)) == G_VALUE_TYPE (value))
g_param_value_validate (style_prop->pspec, val);
}
/**