test-css-parser: Drop unused property

The border-property is no longer used in any tests, drop it.
This commit is contained in:
Matthias Clasen 2015-12-21 14:07:08 -05:00
parent b56980eba2
commit a21025e096

View File

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