Remove outdated comments

https://bugzilla.gnome.org/show_bug.cgi?id=768138
This commit is contained in:
Andreas Pokorny 2016-07-19 10:46:06 +02:00 committed by William Hua
parent 3334e0a21d
commit b2719c0383

View File

@ -595,7 +595,6 @@ gdk_mir_window_impl_ref_cairo_surface (GdkWindow *window)
ensure_surface (window);
/* Transient windows get rendered into a buffer and copied onto their parent */
if (window->gl_paint_context)
{
cairo_surface = cairo_image_surface_create (pixel_format, window->width, window->height);