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