summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/device.h
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2017-07-04 23:14:55 +0100
committer smf- <smf-@users.noreply.github.com>2017-07-04 23:15:32 +0100
commit5b1e22808245a8598de1ca7b8c31345b26a48922 (patch)
tree7a8dba0782b5a31d5c034afbba518e4007566130 /src/emu/device.h
parent1bcb694f8d7db37e03f07c080edcded5fb22f554 (diff)
fix clang build (nw)
Diffstat (limited to 'src/emu/device.h')
-rw-r--r--src/emu/device.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/device.h b/src/emu/device.h
index aa492d0e442..0f56adbe36d 100644
--- a/src/emu/device.h
+++ b/src/emu/device.h
@@ -166,8 +166,6 @@ private:
char const *const m_source;
device_type_impl *m_next;
- device_type_impl *m_parent = nullptr, *m_left = nullptr, *m_right = nullptr;
- bool m_colour = false;
public:
device_type_impl(std::nullptr_t)