Remove unneeded copy of region

This commit is contained in:
Alexander Larsson 2010-11-19 22:37:57 +01:00
parent 163a278d13
commit 2ee6dbd998

View File

@ -1217,8 +1217,6 @@ copy_region (cairo_surface_t *surface,
cr = cairo_create (surface);
area = cairo_region_copy (area);
gdk_cairo_region (cr, area);
cairo_clip (cr);