forked from AuroraMiddleware/gtk
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:
parent
acee3809b3
commit
bcc77e169c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user