cairo-fsm: Remove dead code in xr_fsm_create().
[pspp] / src / output / cairo-pager.h
index 361c29798b549e4f5caf847eb0a2aa8a085bfd88..d492ba6933dfbbf98bbc865a656d4e4171a0c550 100644 (file)
@@ -19,8 +19,6 @@
 
 #include <stdbool.h>
 
-#ifdef HAVE_CAIRO
-
 /* Cairo output driver paginater. */
 
 #include <cairo/cairo.h>
@@ -69,6 +67,4 @@ void xr_pager_add_page (struct xr_pager *, cairo_t *);
 void xr_pager_finish_page (struct xr_pager *);
 bool xr_pager_needs_new_page (struct xr_pager *);
 
-#endif  /* HAVE_CAIRO */
-
 #endif /* output/cairo-pager.h */