summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/egret.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/egret.cpp')
-rw-r--r--src/mame/machine/egret.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mame/machine/egret.cpp b/src/mame/machine/egret.cpp
index 12538809c27..647ff09d328 100644
--- a/src/mame/machine/egret.cpp
+++ b/src/mame/machine/egret.cpp
@@ -335,17 +335,6 @@ egret_device::egret_device(const machine_config &mconfig, const char *tag, devic
}
//-------------------------------------------------
-// static_set_type - configuration helper to set
-// the chip type
-//-------------------------------------------------
-
-void egret_device::static_set_type(device_t &device, int type)
-{
- egret_device &egret = downcast<egret_device &>(device);
- egret.rom_offset = type;
-}
-
-//-------------------------------------------------
// device_start - device-specific startup
//-------------------------------------------------