test-css-parser: Drop unused property
The rgba-property is no longer used in any tests, drop it.
This commit is contained in:
@ -320,12 +320,6 @@ main (int argc, char **argv)
|
|||||||
"test string properties",
|
"test string properties",
|
||||||
NULL,
|
NULL,
|
||||||
G_PARAM_READABLE));
|
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,
|
gtk_style_properties_register_property (NULL,
|
||||||
g_param_spec_enum ("enum-property",
|
g_param_spec_enum ("enum-property",
|
||||||
"enum property",
|
"enum property",
|
||||||
|
|||||||
Reference in New Issue
Block a user