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