[Spice-devel] [PATCH 28/30] Remove last cairo use from canvas_base

Alexander Larsson alexl at redhat.com
Thu Feb 18 12:58:54 PST 2010


---
 common/canvas_base.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/common/canvas_base.c b/common/canvas_base.c
index 409712e..f0d0840 100644
--- a/common/canvas_base.c
+++ b/common/canvas_base.c
@@ -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;
-- 
1.6.6



More information about the Spice-devel mailing list