summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/toaplan_scu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/toaplan_scu.cpp')
-rw-r--r--src/mame/video/toaplan_scu.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mame/video/toaplan_scu.cpp b/src/mame/video/toaplan_scu.cpp
index 8a73847085e..cb75a21e237 100644
--- a/src/mame/video/toaplan_scu.cpp
+++ b/src/mame/video/toaplan_scu.cpp
@@ -35,12 +35,6 @@ toaplan_scu_device::toaplan_scu_device(const machine_config &mconfig, const char
{
}
-void toaplan_scu_device::set_xoffsets(int xoffs, int xoffs_flipped)
-{
- m_xoffs = xoffs;
- m_xoffs_flipped = xoffs_flipped;
-}
-
void toaplan_scu_device::device_start()
{
}