cairo-util: Remove dead code

Nothing calls this.

Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
This commit is contained in:
Derek Foreman 2025-07-23 07:59:36 -05:00
parent 1939c732e8
commit a9958154a9
2 changed files with 0 additions and 13 deletions

View file

@ -45,16 +45,6 @@
#include <pango/pangocairo.h>
#endif
void
surface_flush_device(cairo_surface_t *surface)
{
cairo_device_t *device;
device = cairo_surface_get_device(surface);
if (device)
cairo_device_flush(device);
}
static int
blur_surface(cairo_surface_t *surface, int margin)
{

View file

@ -35,9 +35,6 @@
#include <wayland-client.h>
#include <wayland-util.h>
void
surface_flush_device(cairo_surface_t *surface);
void
render_shadow(cairo_t *cr, cairo_surface_t *surface,
int x, int y, int width, int height, int margin, int top_margin);