From deda34b44a796ad6fbac100355eccb522b2e5d9f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 10 Nov 2015 04:10:09 +0100 Subject: Remove unused variables --- src/mode7prio_t.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mode7prio_t.h b/src/mode7prio_t.h index 994c802..70e74c8 100644 --- a/src/mode7prio_t.h +++ b/src/mode7prio_t.h @@ -39,7 +39,6 @@ static void DrawBGMode7Background16R3(uint8* Screen, int bg) int DD; uint32 Line; uint32 clip; - uint8 b; uint8* Depth; unsigned int fixedColour = GFX.FixedColour; uint32 depth = Mode7Depths[0] | (Mode7Depths[1] << 8); @@ -238,7 +237,6 @@ static void DrawBGMode7Background16R1R2(uint8* Screen, int bg) int DD; uint32 Line; uint32 clip; - uint8 b; uint32 AndByY; uint32 AndByX = 0xffffffff; if (Settings.Dezaemon && PPU.Mode7Repeat == 2) AndByX = 0x7ff; -- cgit v1.2.3