summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/dislot.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-06-18 13:00:20 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-06-18 15:32:15 +0200
commitae8f989a8bdd9d20a21c38ea6a3890c4c0c3bb34 (patch)
tree54c904c5ca2f20aab6c580cdb007ab26ebb54ff3 /src/emu/dislot.cpp
parent1d0e0ac12ab7498df6084123aed9eae614bfde01 (diff)
cleanup (nw)
Diffstat (limited to 'src/emu/dislot.cpp')
-rw-r--r--src/emu/dislot.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/dislot.cpp b/src/emu/dislot.cpp
index 416030834c8..5489cdc4453 100644
--- a/src/emu/dislot.cpp
+++ b/src/emu/dislot.cpp
@@ -21,7 +21,6 @@ device_slot_interface::~device_slot_interface()
}
device_slot_option::device_slot_option(const char *name, const device_type &devtype):
- m_next(nullptr),
m_name(name),
m_devtype(devtype),
m_selectable(true),