summaryrefslogtreecommitdiff
path: root/amiga/plotters.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-03-10 20:07:14 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-03-10 20:07:14 +0000
commit02361309edbc5d2cbf1cd79e555ca6c6348b2920 (patch)
treef9ef14d374151cd4e775db2ecae15ca732dc3641 /amiga/plotters.h
parentd12ce6b07553a985bf120fd426bbc889be4fc9b9 (diff)
downloadnetsurf-02361309edbc5d2cbf1cd79e555ca6c6348b2920.tar.gz
netsurf-02361309edbc5d2cbf1cd79e555ca6c6348b2920.tar.bz2
Remove gui_globals scale as no longer needed
svn path=/trunk/netsurf/; revision=11962
Diffstat (limited to 'amiga/plotters.h')
-rwxr-xr-xamiga/plotters.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/amiga/plotters.h b/amiga/plotters.h
index f9d95b765..c3f816dca 100755
--- a/amiga/plotters.h
+++ b/amiga/plotters.h
@@ -33,7 +33,6 @@ struct gui_globals
APTR areabuf;
APTR tmprasbuf;
struct Rectangle rect;
- float scale;
#ifdef NS_AMIGA_CAIRO
cairo_surface_t *surface;
cairo_t *cr;