summaryrefslogtreecommitdiff
path: root/src/cairo-paginated-surface-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cairo-paginated-surface-private.h')
-rw-r--r--src/cairo-paginated-surface-private.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/cairo-paginated-surface-private.h b/src/cairo-paginated-surface-private.h
index b406cac1..6c130727 100644
--- a/src/cairo-paginated-surface-private.h
+++ b/src/cairo-paginated-surface-private.h
@@ -48,14 +48,6 @@ typedef struct _cairo_paginated_surface {
cairo_content_t content;
- /* XXX: These shouldn't actually exist. We inherit this ugliness
- * from _cairo_meta_surface_create. The width/height parameters
- * from that function also should not exist. The fix that will
- * allow us to remove all of these is to fix acquire_source_image
- * to pass an interest rectangle. */
- int width;
- int height;
-
/* Paginated-surface specific functions for the target */
const cairo_paginated_surface_backend_t *backend;
@@ -66,7 +58,6 @@ typedef struct _cairo_paginated_surface {
int page_num;
cairo_bool_t page_is_blank;
-
} cairo_paginated_surface_t;
#endif /* CAIRO_PAGINATED_SURFACE_H */