1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Remove patch obsolete by previous commit.

This commit is contained in:
Alexander Nedotsukov 2009-06-17 00:52:02 +00:00
parent 33b833f48f
commit e2bd12b755
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236093

View File

@ -1,11 +0,0 @@
--- src/cairo-clip.c.orig 2009-02-25 17:18:08.000000000 -0500
+++ src/cairo-clip.c 2009-02-25 17:18:26.000000000 -0500
@@ -423,7 +423,7 @@ _cairo_clip_intersect_mask (cairo_clip_t
cairo_box_t extents;
cairo_rectangle_int_t surface_rect, target_rect;
cairo_surface_t *surface = NULL;
- cairo_status_t status;
+ cairo_status_t status = CAIRO_STATUS_SUCCESS;
if (clip->all_clipped)
return CAIRO_STATUS_SUCCESS;