forked from AuroraMiddleware/gtk
test-css-parser: Drop unused property
The rgba-property is no longer used in any tests, drop it.
This commit is contained in:
parent
6eb4102bf2
commit
0035d526c3
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user