test-css-parser: Drop unused property

The rgba-property is no longer used in any tests, drop it.
This commit is contained in:
Matthias Clasen 2015-12-21 14:11:10 -05:00
parent 6eb4102bf2
commit 0035d526c3

View File

@ -320,12 +320,6 @@ main (int argc, char **argv)
"test string properties",
NULL,
G_PARAM_READABLE));
gtk_style_properties_register_property (NULL,
g_param_spec_boxed ("rgba-property",
"rgba property",
"test rgba properties",
GDK_TYPE_RGBA,
G_PARAM_READABLE));
gtk_style_properties_register_property (NULL,
g_param_spec_enum ("enum-property",
"enum property",