summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/segas18.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/segas18.c')
-rw-r--r--src/mame/video/segas18.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/video/segas18.c b/src/mame/video/segas18.c
index f2a79266fc6..76eb9dac61c 100644
--- a/src/mame/video/segas18.c
+++ b/src/mame/video/segas18.c
@@ -125,7 +125,6 @@ void segas18_state::set_vdp_mixing(UINT8 mixing)
void segas18_state::draw_vdp(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int priority)
{
-
bitmap_ind8 &priority_bitmap = machine().priority_bitmap;
for (int y = cliprect.min_y; y <= cliprect.max_y; y++)
{