examples/drawing: Don't call gtk_main_quit

This is a GtkApplication so it will do the right thing when closing the
window.
This commit is contained in:
Timm Bäder 2016-09-24 09:36:32 +02:00 committed by Emmanuele Bassi
parent 5c79d65717
commit a9fdf49ed4

View File

@ -125,8 +125,6 @@ close_window (void)
{
if (surface)
cairo_surface_destroy (surface);
gtk_main_quit ();
}
static void