[gtk+] test-css-parser: Drop unused property



commit a21025e096f3796370ba72b60bfb41f188c223bc
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Dec 21 14:07:08 2015 -0500

    test-css-parser: Drop unused property
    
    The border-property is no longer used in any tests, drop it.

 testsuite/css/parser/test-css-parser.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/testsuite/css/parser/test-css-parser.c b/testsuite/css/parser/test-css-parser.c
index 7444e37..a88dbb9 100644
--- a/testsuite/css/parser/test-css-parser.c
+++ b/testsuite/css/parser/test-css-parser.c
@@ -327,12 +327,6 @@ main (int argc, char **argv)
                                                               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",
                                                              "test enum properties",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]