summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lvcards.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lvcards.h')
-rw-r--r--src/mame/includes/lvcards.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/includes/lvcards.h b/src/mame/includes/lvcards.h
index 418e6376923..42dc7f74d02 100644
--- a/src/mame/includes/lvcards.h
+++ b/src/mame/includes/lvcards.h
@@ -26,7 +26,6 @@ public:
DECLARE_PALETTE_INIT(lvcards);
DECLARE_MACHINE_START(lvpoker);
DECLARE_MACHINE_RESET(lvpoker);
- DECLARE_PALETTE_INIT(ponttehk);
uint32_t screen_update_lvcards(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;