summaryrefslogtreecommitdiff
path: root/src/cairo-xcb-surface.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-06-17 23:22:20 +0000
committerCarl Worth <cworth@cworth.org>2005-06-17 23:22:20 +0000
commit3b8da5f213c3d0cf4357b29207639357241938bb (patch)
tree7f68677c4766ae60c9bb52985ae731baea378593 /src/cairo-xcb-surface.c
parent92222f8bcaca41304ddd6a49a7e9d731a6a15820 (diff)
Remove references to repeat and matrix fields that no longer exist.
Diffstat (limited to 'src/cairo-xcb-surface.c')
-rw-r--r--src/cairo-xcb-surface.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cairo-xcb-surface.c b/src/cairo-xcb-surface.c
index 5bfdff1ba..4e3204452 100644
--- a/src/cairo-xcb-surface.c
+++ b/src/cairo-xcb-surface.c
@@ -520,9 +520,6 @@ _get_image_surface (cairo_xcb_surface_t *surface,
/* Let the surface take ownership of the data */
_cairo_image_surface_assume_ownership_of_data (image);
- _cairo_image_surface_set_repeat (image, surface->base.repeat);
- _cairo_image_surface_set_matrix (image, &(surface->base.matrix));
-
*image_out = image;
return CAIRO_STATUS_SUCCESS;
}