From b1f67dab31f5f5ccba4f637adfad17370b2f1d13 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 3 May 2014 16:38:58 +0100 Subject: Remove Cairo from AmigaOS frontend. --- amiga/plotters.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'amiga/plotters.h') diff --git a/amiga/plotters.h b/amiga/plotters.h index db767b60a..501698a41 100755 --- a/amiga/plotters.h +++ b/amiga/plotters.h @@ -21,9 +21,6 @@ #include "desktop/plotters.h" #include #include -#ifdef NS_AMIGA_CAIRO -#include -#endif struct gui_globals { @@ -34,10 +31,6 @@ struct gui_globals APTR tmprasbuf; struct Rectangle rect; struct MinList *shared_pens; -#ifdef NS_AMIGA_CAIRO - cairo_surface_t *surface; - cairo_t *cr; -#endif }; extern const struct plotter_table amiplot; -- cgit v1.2.3