[gtk/kill-containers: 51/55] testsuite: Drop a container api use



commit e706d4860e461fc8baa4db31114b58d320e5dd63
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri May 8 20:06:46 2020 -0400

    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;


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