summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/snk68_spr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/snk68_spr.cpp')
-rw-r--r--src/mame/video/snk68_spr.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/mame/video/snk68_spr.cpp b/src/mame/video/snk68_spr.cpp
index d7521cf5171..7181022d130 100644
--- a/src/mame/video/snk68_spr.cpp
+++ b/src/mame/video/snk68_spr.cpp
@@ -22,27 +22,6 @@ void snk68_spr_device::tile_callback_noindirect(int &tile, int& fx, int& fy, int
{
}
-
-//-------------------------------------------------
-// set_gfxdecode_tag: Set the tag of the
-// gfx decoder
-//-------------------------------------------------
-
-void snk68_spr_device::set_gfxdecode_tag(const char *tag)
-{
- m_gfxdecode.set_tag(tag);
-}
-
-void snk68_spr_device::set_tile_indirect_cb(snk68_tile_indirection_delegate newtilecb)
-{
- m_newtilecb = newtilecb;
-}
-
-void snk68_spr_device::set_no_partial()
-{
- m_partialupdates = 0;
-}
-
void snk68_spr_device::device_start()
{
// bind our handler