Revert "GtkColorButton: Don't forget to close a cairo context"

This reverts commit 144e4af8bc.
This commit is contained in:
Matthias Clasen 2011-08-24 12:09:56 -04:00
parent 2823c0f485
commit f7dbdba267

View File

@ -336,8 +336,6 @@ gtk_color_button_draw_cb (GtkWidget *widget,
cairo_pattern_destroy (checkered);
}
cairo_destroy (cr);
return FALSE;
}