summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k001005.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k001005.cpp')
-rw-r--r--src/mame/video/k001005.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mame/video/k001005.cpp b/src/mame/video/k001005.cpp
index aa2c9f4f455..dabed4b5966 100644
--- a/src/mame/video/k001005.cpp
+++ b/src/mame/video/k001005.cpp
@@ -1461,8 +1461,3 @@ void k001005_device::draw( bitmap_rgb32 &bitmap, const rectangle &cliprect )
{
m_renderer->draw(bitmap, cliprect);
}
-
-void k001005_device::set_texel_chip(const char *tag)
-{
- m_k001006_tag = tag;
-}