From 99f5ab544b8f0107c6a6b64ae35f4c9cdafa0dcb Mon Sep 17 00:00:00 2001 From: MooglyGuy Date: Wed, 6 Nov 2019 20:33:59 +0100 Subject: Removed now-unused static debug var from snes_ppu, nw --- src/devices/video/snes_ppu.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/devices/video/snes_ppu.cpp b/src/devices/video/snes_ppu.cpp index 898f8de3893..c20727bc904 100644 --- a/src/devices/video/snes_ppu.cpp +++ b/src/devices/video/snes_ppu.cpp @@ -1267,8 +1267,6 @@ void snes_ppu_device::update_objects_rto( uint16_t curline ) * Update an entire line of sprites. *********************************************/ -static int s_tile_to_draw = -1; - void snes_ppu_device::update_objects( uint8_t priority_oam0, uint8_t priority_oam1, uint8_t priority_oam2, uint8_t priority_oam3 ) { uint8_t pri, priority[4]; -- cgit v1.2.3