summaryrefslogtreecommitdiff
path: root/amiga/plotters.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-05-03 16:38:58 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-05-03 16:38:58 +0100
commitb1f67dab31f5f5ccba4f637adfad17370b2f1d13 (patch)
tree18a94b18dd729f614dd90c468986fc49f5b3062d /amiga/plotters.h
parent0c5c7159d82b8dd6d694ae867c84ff58aa470764 (diff)
downloadnetsurf-b1f67dab31f5f5ccba4f637adfad17370b2f1d13.tar.gz
netsurf-b1f67dab31f5f5ccba4f637adfad17370b2f1d13.tar.bz2
Remove Cairo from AmigaOS frontend.
Diffstat (limited to 'amiga/plotters.h')
-rwxr-xr-xamiga/plotters.h7
1 files changed, 0 insertions, 7 deletions
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 <proto/layers.h>
#include <proto/graphics.h>
-#ifdef NS_AMIGA_CAIRO
-#include <cairo/cairo.h>
-#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;