summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-05-18 13:45:26 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-05-18 13:45:26 +0100
commit15fc44bd4d5b453709decf69d459d3c255619685 (patch)
treeda30ae21866302d40a4b168a3d48c4a79f5fd2a3
parent5fcdbb80f03e445d1b1f9206d31c1d5afe6fb4ca (diff)
downloadnetsurf-15fc44bd4d5b453709decf69d459d3c255619685.tar.gz
netsurf-15fc44bd4d5b453709decf69d459d3c255619685.tar.bz2
Remove unused variable
-rwxr-xr-xamiga/plotters.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/amiga/plotters.c b/amiga/plotters.c
index 2b3a1f57a..4d2983076 100755
--- a/amiga/plotters.c
+++ b/amiga/plotters.c
@@ -155,7 +155,6 @@ void ami_init_layers(struct gui_globals *gg, ULONG width, ULONG height)
* Also applies to the further gfx/layers functions and memory below */
ULONG depth = 32;
- struct DrawInfo *dri;
struct BitMap *friend = NULL;
depth = GetBitMapAttr(scrn->RastPort.BitMap, BMA_DEPTH);