summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tc0100scn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tc0100scn.cpp')
-rw-r--r--src/mame/video/tc0100scn.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/mame/video/tc0100scn.cpp b/src/mame/video/tc0100scn.cpp
index 12c3373454d..9b7ad0fac2b 100644
--- a/src/mame/video/tc0100scn.cpp
+++ b/src/mame/video/tc0100scn.cpp
@@ -185,26 +185,6 @@ tc0100scn_device::tc0100scn_device(const machine_config &mconfig, const char *ta
}
//-------------------------------------------------
-// set_gfxdecode_tag: Set the tag of the
-// gfx decoder
-//-------------------------------------------------
-
-void tc0100scn_device::set_gfxdecode_tag(const char *tag)
-{
- m_gfxdecode.set_tag(tag);
-}
-
-//-------------------------------------------------
-// set_palette_tag: Set the tag of the
-// palette device
-//-------------------------------------------------
-
-void tc0100scn_device::set_palette_tag(const char *tag)
-{
- m_palette.set_tag(tag);
-}
-
-//-------------------------------------------------
// device_start - device-specific startup
//-------------------------------------------------