summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tc0280grd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tc0280grd.cpp')
-rw-r--r--src/mame/video/tc0280grd.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mame/video/tc0280grd.cpp b/src/mame/video/tc0280grd.cpp
index 60a18b9c310..70713f7cdc3 100644
--- a/src/mame/video/tc0280grd.cpp
+++ b/src/mame/video/tc0280grd.cpp
@@ -37,17 +37,6 @@ tc0280grd_device::tc0280grd_device(const machine_config &mconfig, const char *ta
}
//-------------------------------------------------
-// set_gfxdecode_tag: Set the tag of the
-// gfx decoder
-//-------------------------------------------------
-
-void tc0280grd_device::set_gfxdecode_tag(const char *tag)
-{
- m_gfxdecode.set_tag(tag);
-}
-
-
-//-------------------------------------------------
// device_start - device-specific startup
//-------------------------------------------------