summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k007420.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k007420.cpp')
-rw-r--r--src/mame/video/k007420.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mame/video/k007420.cpp b/src/mame/video/k007420.cpp
index db5a1052cc5..f90b8551c07 100644
--- a/src/mame/video/k007420.cpp
+++ b/src/mame/video/k007420.cpp
@@ -248,13 +248,3 @@ void k007420_device::sprites_draw( bitmap_ind16 &bitmap, const rectangle &clipre
}
#endif
}
-
-//-------------------------------------------------
-// set_palette_tag: Set the tag of the
-// palette device
-//-------------------------------------------------
-
-void k007420_device::set_palette_tag(const char *tag)
-{
- m_palette.set_tag(tag);
-}