summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k053250.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k053250.cpp')
-rw-r--r--src/mame/video/k053250.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mame/video/k053250.cpp b/src/mame/video/k053250.cpp
index 1aa7165253b..b47518911a5 100644
--- a/src/mame/video/k053250.cpp
+++ b/src/mame/video/k053250.cpp
@@ -15,12 +15,6 @@ k053250_device::k053250_device(const machine_config &mconfig, const char *tag, d
{
}
-void k053250_device::set_offsets(int offx, int offy)
-{
- m_offx = offx;
- m_offy = offy;
-}
-
void k053250_device::unpack_nibbles()
{
m_unpacked_rom.resize(m_rom.length()*2);