GDK W32: Remove stray debug code

I have no idea how this slipped into master (these two lines are not present
in the same commit that went into gtk-3-22).
This commit is contained in:
Руслан Ижбулатов 2017-12-03 06:08:44 +00:00
parent acee3809b3
commit bcc77e169c

View File

@ -238,14 +238,12 @@ gdk_window_impl_win32_finalize (GObject *object)
if (window_impl->cache_surface)
{
cairo_surface_t_note_about_to_dereference (window_impl->cache_surface);
cairo_surface_destroy (window_impl->cache_surface);
window_impl->cache_surface = NULL;
}
if (window_impl->cairo_surface)
{
cairo_surface_t_note_about_to_dereference (window_impl->cairo_surface);
cairo_surface_destroy (window_impl->cairo_surface);
window_impl->cairo_surface = NULL;
}