summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/hd44102.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/hd44102.cpp')
-rw-r--r--src/devices/video/hd44102.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/devices/video/hd44102.cpp b/src/devices/video/hd44102.cpp
index 43a413920e8..71e8a0fba13 100644
--- a/src/devices/video/hd44102.cpp
+++ b/src/devices/video/hd44102.cpp
@@ -79,19 +79,6 @@ hd44102_device::hd44102_device(const machine_config &mconfig, const char *tag, d
//-------------------------------------------------
-// static_set_offsets - configuration helper
-//-------------------------------------------------
-
-void hd44102_device::static_set_offsets(device_t &device, int sx, int sy)
-{
- hd44102_device &hd44102 = downcast<hd44102_device &>(device);
-
- hd44102.m_sx = sx;
- hd44102.m_sy = sy;
-}
-
-
-//-------------------------------------------------
// device_start - device-specific startup
//-------------------------------------------------