summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pc080sn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/pc080sn.cpp')
-rw-r--r--src/mame/video/pc080sn.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mame/video/pc080sn.cpp b/src/mame/video/pc080sn.cpp
index 800be22ed24..4dce648768c 100644
--- a/src/mame/video/pc080sn.cpp
+++ b/src/mame/video/pc080sn.cpp
@@ -74,16 +74,6 @@ pc080sn_device::pc080sn_device(const machine_config &mconfig, const char *tag, d
}
//-------------------------------------------------
-// set_gfxdecode_tag: Set the tag of the
-// gfx decoder
-//-------------------------------------------------
-
-void pc080sn_device::set_gfxdecode_tag(const char *tag)
-{
- m_gfxdecode.set_tag(tag);
-}
-
-//-------------------------------------------------
// device_start - device-specific startup
//-------------------------------------------------