summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2016-07-03 10:39:08 +0930
committerAdrian Johnson <ajohnson@redneon.com>2016-07-03 10:39:08 +0930
commit1ada65c34f7b76920501af34979dceaa9e7030d9 (patch)
tree631fa865d5403f3dfd8bd08e38397d5d7d4a00b2 /src
parentc2dc5aa6849fb41cd42cea66d18436bacac25bbd (diff)
pdf: remove unused variable
Diffstat (limited to 'src')
-rw-r--r--src/cairo-pdf-surface.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cairo-pdf-surface.c b/src/cairo-pdf-surface.c
index 6ac4f87e8..afb16752e 100644
--- a/src/cairo-pdf-surface.c
+++ b/src/cairo-pdf-surface.c
@@ -1270,7 +1270,6 @@ _get_source_surface_extents (cairo_surface_t *source,
*extents = sub->extents;
*subsurface = TRUE;
} else {
- cairo_rectangle_int_t surf_extents;
cairo_box_t box;
if (! _cairo_surface_get_extents (source, extents)) {