From 4df6ddad54d2cb6ebfdcbf2b6fee35ec4fa760b9 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 9 Oct 2016 02:32:00 +0200 Subject: API: container: Remove gtk_container_set_border_width() --- tests/testheightforwidth.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/testheightforwidth.c') diff --git a/tests/testheightforwidth.c b/tests/testheightforwidth.c index 1bc63e7be7..66e9531701 100644 --- a/tests/testheightforwidth.c +++ b/tests/testheightforwidth.c @@ -102,7 +102,6 @@ TestInterface interfaces[] = { " " " " " " - " 12" " 300" " " " " @@ -633,7 +632,6 @@ TestInterface interfaces[] = { " " " " " True" - " 8" " 0" " " " " @@ -670,7 +668,6 @@ TestInterface interfaces[] = { " " " " " " - " 8" " 600" " " " " @@ -949,8 +946,6 @@ create_window (void) window = gtk_window_new (GTK_WINDOW_TOPLEVEL); vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 6); - gtk_container_set_border_width (GTK_CONTAINER (window), 8); - gtk_widget_show (vbox); gtk_container_add (GTK_CONTAINER (window), vbox); -- cgit v1.2.1