summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-01-26 03:45:04 -0500
committer AJR <ajrhacker@users.noreply.github.com>2018-01-26 03:45:44 -0500
commit0182f6150c4168c338d7ad401cf61f4bd5d9817c (patch)
treed50e29273b54197a1e3c0075c6ab91bc0a9a33b1
parent1ffe721b0f4af8ad3e076e9f6a8be38db0f6f8e9 (diff)
A farewell to machine_config_constructor (nw)
-rw-r--r--src/emu/emu.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emu/emu.h b/src/emu/emu.h
index 6d55125f07b..e7ed73a7d6b 100644
--- a/src/emu/emu.h
+++ b/src/emu/emu.h
@@ -56,10 +56,6 @@
#include "romload.h"
#include "save.h"
-// define machine_config_constructor here due to circular dependency
-// between devices and the machine config
-typedef void (*machine_config_constructor)(machine_config &config, device_t *owner, device_t *device);
-
// I/O
#include "input.h"
#include "ioport.h"