summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/good.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/good.cpp')
-rw-r--r--src/mame/drivers/good.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/good.cpp b/src/mame/drivers/good.cpp
index 15516836133..44daeb366eb 100644
--- a/src/mame/drivers/good.cpp
+++ b/src/mame/drivers/good.cpp
@@ -58,7 +58,6 @@ private:
/* memory pointers */
required_shared_ptr<uint16_t> m_fg_tilemapram;
required_shared_ptr<uint16_t> m_bg_tilemapram;
- uint16_t * m_sprites;
/* video-related */
tilemap_t *m_bg_tilemap;