mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-09 05:58:22 +02:00
cairo-util: Remove dead code
Nothing calls this. Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
This commit is contained in:
parent
1939c732e8
commit
a9958154a9
2 changed files with 0 additions and 13 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue