summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-12-22 13:03:33 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-12-22 13:03:33 -0500
commit97ffaac9b5a8f5da33d06253b9754b6aeaa5d957 (patch)
tree27e1e3f1efc513cd66b3d1fff9c9e22d2e3ad067
parent5a5feb2d73a6769333c5872888677ec9becc45b0 (diff)
Fix clang build [-Werror,-Wunused-const-variable] (nw)
-rw-r--r--src/mame/drivers/dinoking.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mame/drivers/dinoking.cpp b/src/mame/drivers/dinoking.cpp
index 5ad7e2a1906..3eab5caa0c0 100644
--- a/src/mame/drivers/dinoking.cpp
+++ b/src/mame/drivers/dinoking.cpp
@@ -55,10 +55,6 @@ static INPUT_PORTS_START( dinoking )
INPUT_PORTS_END
-static GFXDECODE_START( gfx_dinoking )
-GFXDECODE_END
-
-
void dinoking_state::dinoking(machine_config &config)
{
H8S2394(config, m_maincpu, 20_MHz_XTAL);