Remove last cairo use from canvas_base

This commit is contained in:
Alexander Larsson 2010-02-18 20:44:28 +01:00 committed by Marc-André Lureau
parent 82454573d1
commit 6daf94a2bc

View File

@ -17,7 +17,6 @@
*/
#include <stdarg.h>
#include <cairo.h>
#include <stdlib.h>
#include <setjmp.h>
#include <stdio.h>
@ -91,8 +90,6 @@ typedef struct __attribute__ ((__packed__)) LZImage {
};
} LZImage;
static const cairo_user_data_key_t pixman_data_type = {0};
static inline int fix_to_int(SPICE_FIXED28_4 fixed)
{
int val, rem;