From e706d4860e461fc8baa4db31114b58d320e5dd63 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 8 May 2020 20:06:46 -0400 Subject: [PATCH] testsuite: Drop a container api use --- testsuite/a11y/children.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/testsuite/a11y/children.c b/testsuite/a11y/children.c index f024e8f5fa..6a4fcc9a81 100644 --- a/testsuite/a11y/children.c +++ b/testsuite/a11y/children.c @@ -129,8 +129,6 @@ do_create_child (STATE *state, gint i) return FALSE; } } - else if (gtk_container_child_type (GTK_CONTAINER (state->widget)) == G_TYPE_NONE) - return FALSE; state->child[i] = gtk_label_new ("bla"); return TRUE;