summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorDaniel Boles <dboles.src@gmail.com>2018-06-29 18:36:14 +0100
committerDaniel Boles <dboles.src@gmail.com>2018-06-29 18:46:09 +0100
commitc0bf48c8ab82a445983bb68479160537700f85dc (patch)
treec7116b8de08e27c500129ccd45e91d36a1aba415 /testsuite
parent26f35fb941ab4faa215af65c4b3185649122c313 (diff)
downloadgtk+-c0bf48c8ab82a445983bb68479160537700f85dc.tar.gz
defaultvalue test: Remove obsolete properties
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/gtk/defaultvalue.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/testsuite/gtk/defaultvalue.c b/testsuite/gtk/defaultvalue.c
index 82b6409c6d..0cc445f0cc 100644
--- a/testsuite/gtk/defaultvalue.c
+++ b/testsuite/gtk/defaultvalue.c
@@ -232,10 +232,6 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
strcmp (pspec->name, "cell-area-context") == 0))
continue;
- if (g_type_is_a (type, GTK_TYPE_FONT_SELECTION) &&
- strcmp (pspec->name, "font") == 0)
- continue;
-
if (g_type_is_a (type, GTK_TYPE_ICON_VIEW) &&
(strcmp (pspec->name, "cell-area") == 0 ||
strcmp (pspec->name, "cell-area-context") == 0))
@@ -384,14 +380,8 @@ G_GNUC_END_IGNORE_DEPRECATIONS
if ((pspec->flags & G_PARAM_READABLE) == 0)
continue;
- if (g_type_is_a (type, GTK_TYPE_BUTTON) &&
- strcmp (pspec->name, "default-border") == 0)
- continue;
-
if (g_type_is_a (type, GTK_TYPE_WINDOW) &&
- (strcmp (pspec->name, "resize-grip-width") == 0 ||
- strcmp (pspec->name, "resize-grip-height") == 0 ||
- strcmp (pspec->name, "decoration-button-layout") == 0))
+ strcmp (pspec->name, "decoration-button-layout") == 0)
continue;
g_value_init (&value, G_PARAM_SPEC_VALUE_TYPE (pspec));