summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decodmd2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decodmd2.cpp')
-rw-r--r--src/mame/video/decodmd2.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mame/video/decodmd2.cpp b/src/mame/video/decodmd2.cpp
index f86e4d256c3..8aa6de58523 100644
--- a/src/mame/video/decodmd2.cpp
+++ b/src/mame/video/decodmd2.cpp
@@ -187,8 +187,3 @@ void decodmd_type2_device::device_reset()
m_rambank->set_entry(0);
m_busy = false;
}
-
-void decodmd_type2_device::set_gfxregion(const char *tag)
-{
- m_gfxtag = tag;
-}