diff options
author | Carl Worth <cworth@cworth.org> | 2005-12-14 16:45:39 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-12-14 16:45:39 +0000 |
commit | 9becae35c085d5f7afe08781c4e2546ee7c7287c (patch) | |
tree | 1770f5544b5d44e6ae203deb859b3c78099ac34c /src/cairo-meta-surface-private.h | |
parent | 77540a2dfafeea1de9d45847bd93621d7cafa92d (diff) |
Remove dead code from cairo-meta-surface: vestiges of meta-surface backend implementations of composite, fill_rectangles, composite_trapezoids, set_clip_region, and old_show_glyphs.
Diffstat (limited to 'src/cairo-meta-surface-private.h')
-rw-r--r-- | src/cairo-meta-surface-private.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/cairo-meta-surface-private.h b/src/cairo-meta-surface-private.h index 8a31a5cff..11021a5a9 100644 --- a/src/cairo-meta-surface-private.h +++ b/src/cairo-meta-surface-private.h @@ -53,12 +53,8 @@ typedef enum { * fallbacks should never get triggered). So the plan is to * eliminate as many of these as possible. */ - CAIRO_COMMAND_COMPOSITE, - CAIRO_COMMAND_FILL_RECTANGLES, - CAIRO_COMMAND_COMPOSITE_TRAPEZOIDS, - CAIRO_COMMAND_SET_CLIP_REGION, CAIRO_COMMAND_INTERSECT_CLIP_PATH, - CAIRO_COMMAND_OLD_SHOW_GLYPHS, + } cairo_command_type_t; typedef struct _cairo_command_paint { |