From c35bf93f3daf5fed4e9f63e1da8c00426abcf2e0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 10 Nov 2015 04:07:03 +0100 Subject: Remove some unused variables --- src/mode7.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mode7.c') diff --git a/src/mode7.c b/src/mode7.c index 85ab084..48918df 100644 --- a/src/mode7.c +++ b/src/mode7.c @@ -60,8 +60,6 @@ void DrawBGMode7Background16(uint8* Screen, int bg, int depth) void DrawBGMode7Background16R3(uint8* Screen, int bg, int depth) { - - uint8* VRAM1 = Memory.VRAM + 1; int aa, cc; int startx; uint32 Left = 0; @@ -83,7 +81,6 @@ void DrawBGMode7Background16R3(uint8* Screen, int bg, int depth) int DD; uint32 Line; uint32 clip; - uint8 b; uint8* Depth; if (!ClipCount) ClipCount = 1; @@ -324,7 +321,6 @@ void DrawBGMode7Background16R1R2(uint8* Screen, int bg, int depth) int DD; uint32 Line; uint32 clip; - uint8 b; uint32 AndByY; uint32 AndByX = 0xffffffff; if (Settings.Dezaemon && PPU.Mode7Repeat == 2) AndByX = 0x7ff; @@ -448,7 +444,6 @@ void DrawBGMode7Background16R1R2(uint8* Screen, int bg, int depth) void DrawBGMode7Background16R0(uint8* Screen, int bg, int depth) { - uint8* VRAM1 = Memory.VRAM + 1; int aa, cc; int startx; uint32 Left; -- cgit v1.2.3