summaryrefslogtreecommitdiff
path: root/examples/drawing.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/drawing.c')
-rw-r--r--examples/drawing.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/drawing.c b/examples/drawing.c
index f5315aebb7..37c439c904 100644
--- a/examples/drawing.c
+++ b/examples/drawing.c
@@ -143,7 +143,6 @@ activate (GtkApplication *app,
g_signal_connect (window, "destroy", G_CALLBACK (close_window), NULL);
frame = gtk_frame_new (NULL);
- gtk_frame_set_shadow_type (GTK_FRAME (frame), GTK_SHADOW_IN);
gtk_container_add (GTK_CONTAINER (window), frame);
drawing_area = gtk_drawing_area_new ();