summaryrefslogtreecommitdiff
path: root/tests/testentryicons.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testentryicons.c')
-rw-r--r--tests/testentryicons.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testentryicons.c b/tests/testentryicons.c
index d9921edc9a..1025c0a806 100644
--- a/tests/testentryicons.c
+++ b/tests/testentryicons.c
@@ -112,7 +112,6 @@ main (int argc, char **argv)
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtk_window_set_title (GTK_WINDOW (window), "Gtk Entry Icons Test");
- gtk_container_set_border_width (GTK_CONTAINER (window), 12);
g_signal_connect (G_OBJECT (window), "destroy",
G_CALLBACK (gtk_main_quit), NULL);