summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pushman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pushman.h')
-rw-r--r--src/mame/includes/pushman.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/includes/pushman.h b/src/mame/includes/pushman.h
index cdd13b084d5..a9332cd0d84 100644
--- a/src/mame/includes/pushman.h
+++ b/src/mame/includes/pushman.h
@@ -19,7 +19,6 @@ public:
/* memory pointers */
required_shared_ptr<UINT16> m_spriteram;
required_shared_ptr<UINT16> m_videoram;
-// UINT16 * m_paletteram; // currently this uses generic palette handling
/* video-related */
tilemap_t *m_bg_tilemap;