summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine.h')
-rw-r--r--src/emu/machine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emu/machine.h b/src/emu/machine.h
index 3cbf07b2372..303536df354 100644
--- a/src/emu/machine.h
+++ b/src/emu/machine.h
@@ -258,9 +258,6 @@ public:
std::string get_statename(const char *statename_opt) const;
private:
- // video-related information
- screen_device * primary_screen; // the primary screen device, or nullptr if screenless
-
// side effect disable counter
u32 m_side_effects_disabled;