API: container: Remove gtk_container_set_border_width()

This commit is contained in:
Benjamin Otte
2016-10-09 02:32:00 +02:00
parent 1518fe0a8f
commit 4df6ddad54
160 changed files with 131 additions and 1127 deletions

View File

@@ -142,8 +142,6 @@ activate (GtkApplication *app,
g_signal_connect (window, "destroy", G_CALLBACK (close_window), NULL);
gtk_container_set_border_width (GTK_CONTAINER (window), 8);
frame = gtk_frame_new (NULL);
gtk_frame_set_shadow_type (GTK_FRAME (frame), GTK_SHADOW_IN);
gtk_container_add (GTK_CONTAINER (window), frame);