mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-18 21:10:52 +01:00
Remove unused function
This commit is contained in:
parent
8ba59b0336
commit
3ed576522d
1 changed files with 0 additions and 8 deletions
|
|
@ -37,14 +37,6 @@
|
|||
#include "cairo-private.h"
|
||||
#include "cairo-quartz-private.h"
|
||||
|
||||
static void
|
||||
ImageDataReleaseFunc(void *info, const void *data, size_t size)
|
||||
{
|
||||
if (data != NULL) {
|
||||
free((void *) data);
|
||||
}
|
||||
}
|
||||
|
||||
static cairo_status_t
|
||||
_cairo_quartz_surface_finish(void *abstract_surface)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue