Remove unused variable

This commit is contained in:
Chris Young 2013-05-18 13:45:26 +01:00
parent 5fcdbb80f0
commit 15fc44bd4d

View File

@ -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);