From 15fc44bd4d5b453709decf69d459d3c255619685 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 18 May 2013 13:45:26 +0100 Subject: Remove unused variable --- amiga/plotters.c | 1 - 1 file changed, 1 deletion(-) (limited to 'amiga/plotters.c') 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); -- cgit v1.2.3