mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 03:18:00 +02:00
Removed two _print_svg headers that had been included accidentally.
This commit is contained in:
parent
60d541ee6a
commit
2e19ebf766
2 changed files with 3 additions and 7 deletions
|
|
@ -4,7 +4,9 @@
|
|||
mistakenly converted to lowercase at some point.
|
||||
Consolidated cairo_path_direction_t and
|
||||
cairo_pen_stroke_direction_t into cairo_direction_t.
|
||||
|
||||
Removed accidental addition of two _print_svg functions that had
|
||||
been used for debugging temporarily.
|
||||
|
||||
2003-09-25 Carl Worth <cworth@isi.edu>
|
||||
|
||||
* configure.in (CAIRO_VERSION): Bumped version to 0.1.5 to
|
||||
|
|
|
|||
|
|
@ -602,9 +602,6 @@ _cairo_gstate_show_surface (cairo_gstate_t *gstate,
|
|||
int width,
|
||||
int height);
|
||||
|
||||
extern cairo_status_t __internal_linkage
|
||||
_cairo_gstate_print_svg (cairo_gstate_t *gstate, FILE *f);
|
||||
|
||||
/* cairo_color.c */
|
||||
extern void __internal_linkage
|
||||
_cairo_color_init (cairo_color_t *color);
|
||||
|
|
@ -679,9 +676,6 @@ _cairo_path_interpret (cairo_path_t *path,
|
|||
extern cairo_status_t __internal_linkage
|
||||
_cairo_path_bounds (cairo_path_t *path, double *x1, double *y1, double *x2, double *y2);
|
||||
|
||||
cairo_status_t
|
||||
_cairo_path_print_svg (cairo_path_t *path, FILE *f);
|
||||
|
||||
/* cairo_path_fill.c */
|
||||
extern cairo_status_t __internal_linkage
|
||||
_cairo_path_fill_to_traps (cairo_path_t *path, cairo_gstate_t *gstate, cairo_traps_t *traps);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue