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 Daniel Boles
parent eb8870c912
commit 7d5ac88232

View File

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