From e967a70639a9129854c8a08c1b434912f08451ba Mon Sep 17 00:00:00 2001 From: hap Date: Tue, 23 Apr 2024 17:36:14 +0200 Subject: [PATCH] mcr68: remove unused variable (clang compile) --- src/mame/midway/mcr68.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mame/midway/mcr68.cpp b/src/mame/midway/mcr68.cpp index 5046897605f..877eed52787 100644 --- a/src/mame/midway/mcr68.cpp +++ b/src/mame/midway/mcr68.cpp @@ -138,7 +138,6 @@ private: emu_timer *m_493_on_timer = nullptr; emu_timer *m_493_off_timer = nullptr; tilemap_t *m_bg_tilemap = nullptr; - tilemap_t *m_fg_tilemap = nullptr; void xenophobe_control_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0); void blasted_control_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);