cairo.h: remove redundant prototype

cairo_surface_t *cairo_image_surface_scale();
This commit is contained in:
Johan Malm 2022-03-20 21:07:10 +00:00 committed by Simon Ser
parent 2813756a19
commit 03b75eaf44

View File

@ -12,9 +12,6 @@
void cairo_set_source_u32(cairo_t *cairo, uint32_t color);
cairo_subpixel_order_t to_cairo_subpixel_order(enum wl_output_subpixel subpixel);
cairo_surface_t *cairo_image_surface_scale(cairo_surface_t *image,
int width, int height);
#if HAVE_GDK_PIXBUF
cairo_surface_t* gdk_cairo_image_surface_create_from_pixbuf(