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