summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/deckarn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/deckarn.cpp')
-rw-r--r--src/mame/video/deckarn.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/mame/video/deckarn.cpp b/src/mame/video/deckarn.cpp
index 5d5b18e8c32..91186d1f57b 100644
--- a/src/mame/video/deckarn.cpp
+++ b/src/mame/video/deckarn.cpp
@@ -6,11 +6,6 @@
#include "emu.h"
#include "deckarn.h"
-void deco_karnovsprites_device::set_gfx_region(int region)
-{
- m_gfxregion = region;
-}
-
DEFINE_DEVICE_TYPE(DECO_KARNOVSPRITES, deco_karnovsprites_device, "deco_karnovsprites", "DECO Karnov Sprites")
deco_karnovsprites_device::deco_karnovsprites_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
@@ -20,16 +15,6 @@ deco_karnovsprites_device::deco_karnovsprites_device(const machine_config &mconf
{
}
-//-------------------------------------------------
-// set_gfxdecode_tag: Set the tag of the
-// gfx decoder
-//-------------------------------------------------
-
-void deco_karnovsprites_device::set_gfxdecode_tag(const char *tag)
-{
- m_gfxdecode.set_tag(tag);
-}
-
void deco_karnovsprites_device::device_start()
{
m_flip_screen = false;