summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tc0110pcr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tc0110pcr.cpp')
-rw-r--r--src/mame/video/tc0110pcr.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mame/video/tc0110pcr.cpp b/src/mame/video/tc0110pcr.cpp
index 2b746aa3e3f..e4743abc7af 100644
--- a/src/mame/video/tc0110pcr.cpp
+++ b/src/mame/video/tc0110pcr.cpp
@@ -30,16 +30,6 @@ tc0110pcr_device::tc0110pcr_device(const machine_config &mconfig, const char *ta
}
//-------------------------------------------------
-// set_palette_tag: Set the tag of the
-// palette device
-//-------------------------------------------------
-
-void tc0110pcr_device::set_palette_tag(const char *tag)
-{
- m_palette.set_tag(tag);
-}
-
-//-------------------------------------------------
// device_start - device-specific startup
//-------------------------------------------------