summaryrefslogtreecommitdiff
path: root/src/mode7prio_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mode7prio_t.h')
-rw-r--r--src/mode7prio_t.h2
1 files changed, 0 insertions, 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;